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