refactor: shorten epd debug output

This commit is contained in:
IOsetting 2023-03-12 01:10:43 +08:00
parent cad864cf0e
commit 9b6f1f6670

View File

@ -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