mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-24 03:07:21 +03:00
Disable debug messages in protoview
This commit is contained in:
parent
6e1875f285
commit
c303b44f3f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user