1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

cli_vcp: disable trace

This commit is contained in:
Anna Antonenko
2025-04-07 20:40:34 +04:00
parent 16e48c8994
commit 7f45050c87

View File

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