Disable debug messages in protoview

This commit is contained in:
MX 2023-01-18 23:24:35 +03:00
parent 6e1875f285
commit c303b44f3f
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5

View File

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