mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
17 lines
295 B
C
17 lines
295 B
C
|
//
|
||
|
// printf_lite.hpp
|
||
|
//
|
||
|
// 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__
|