mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-29 08:52:04 -07:00
refactor: shorten epd debug output
This commit is contained in:
parent
cad864cf0e
commit
9b6f1f6670
@ -53,7 +53,7 @@
|
|||||||
#include "EPD_Config.h"
|
#include "EPD_Config.h"
|
||||||
|
|
||||||
#if EPD_DEBUG
|
#if EPD_DEBUG
|
||||||
#define EPD_Printf(__info,...) printf("Debug: " __info,##__VA_ARGS__)
|
#define EPD_Printf(__info,...) printf(__info,##__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define EPD_Printf(__info,...)
|
#define EPD_Printf(__info,...)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user