mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-19 20:34:19 -07:00
Disable debug messages in protoview
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define BITMAP_SEEK_NOT_FOUND UINT32_MAX // Returned by function as sentinel
|
||||
#define PROTOVIEW_VIEW_PRIVDATA_LEN 64 // View specific private data len
|
||||
|
||||
#define DEBUG_MSG 1
|
||||
#define DEBUG_MSG 0
|
||||
|
||||
typedef struct ProtoViewApp ProtoViewApp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user