CloverBootloader/Xcode/cpp_tests/Include/poolprint-test-cpp_conf.h

14 lines
261 B
C
Raw Normal View History

2020-03-26 13:59:20 +01:00
2020-04-23 15:20:48 +02:00
#include "../../../Include/Library/printf_lite.h"
2020-03-26 13:59:20 +01:00
#define F(x) x
#define LF(x) L##x
#define PRIF "%a"
#define PRILF "%s"
2020-04-24 11:30:09 +02:00
//#define loggf(...) printf__VA_ARGS__)
2020-03-26 13:59:20 +01:00
#define loggf(...) printf(__VA_ARGS__)
//#define DISPLAY_ONLY_FAILED
#define DISPLAY_START_INFO