fix(main.c): убран блокирующий код, мелкие изменения

This commit is contained in:
2025-12-24 22:26:47 +03:00
parent 8cee36b31a
commit 82b5280567
2 changed files with 40 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ extern "C" {
#define CFG_TUD_ENDPOINT0_SIZE 64
// Отладка
#define CFG_TUSB_DEBUG 2
#define CFG_TUSB_DEBUG 0
#ifdef __cplusplus
}