CloverBootloader/Library/MemLogLibDefault/printf_lite.h
2020-10-26 23:37:32 +03:00

17 lines
293 B
C
Executable File

//
// printf_lite.h
//
// Created by jief the 04 Apr 2019.
// Imported in CLover the 24 Feb 2020
//
#ifndef __NEXT_PRINTF_LITE_H__
#define __NEXT_PRINTF_LITE_H__
#ifdef CLOVER_BUILD
#include <Base.h>
#endif
#include "../../Include/Library/printf_lite.h"
#endif // __NEXT_PRINTF_LITE_H__