Fix debugging

This commit is contained in:
Steven Tracey 2024-11-21 15:24:15 -05:00
parent 4109e2ada0
commit d96e3c86ac

View File

@ -38,7 +38,7 @@
#include <stdio.h> #include <stdio.h>
#if DEBUG #if DEBUG
#define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__) #define Debug(__info,...) mvprintfw("Debug: " __info,##__VA_ARGS__) refresh()
#else #else
#define Debug(__info,...) #define Debug(__info,...)
#endif #endif