From 7f45050c87d0ea58283e02c98b6794fe85ddc867 Mon Sep 17 00:00:00 2001 From: Anna Antonenko Date: Mon, 7 Apr 2025 20:40:34 +0400 Subject: [PATCH] cli_vcp: disable trace --- applications/services/cli/cli_vcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/services/cli/cli_vcp.c b/applications/services/cli/cli_vcp.c index 97cd15df3..8c32c1bfa 100644 --- a/applications/services/cli/cli_vcp.c +++ b/applications/services/cli/cli_vcp.c @@ -15,7 +15,6 @@ #define VCP_IF_NUM 0 #define VCP_MESSAGE_Q_LEN 8 -#define CLI_VCP_TRACE #ifdef CLI_VCP_TRACE #define VCP_TRACE(...) FURI_LOG_T(__VA_ARGS__) #else