From c303b44f3fff494220ee2a96d72e248b137fef53 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:24:35 +0300 Subject: [PATCH] Disable debug messages in protoview --- applications/plugins/protoview/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/protoview/app.h b/applications/plugins/protoview/app.h index 82f2f5263..beff44710 100644 --- a/applications/plugins/protoview/app.h +++ b/applications/plugins/protoview/app.h @@ -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;