fix(mic): исправлен таймер на TIM3

This commit is contained in:
2025-12-25 23:17:39 +03:00
parent 3306b8083b
commit 063cced2a5
7 changed files with 223 additions and 213 deletions

View File

@@ -19,8 +19,8 @@ extern "C" {
// Конфигурация CDC (Communication Device Class)
#define CFG_TUD_CDC 1
#define CFG_TUD_CDC_RX_BUFSIZE 64
#define CFG_TUD_CDC_TX_BUFSIZE 64
#define CFG_TUD_CDC_RX_BUFSIZE 256
#define CFG_TUD_CDC_TX_BUFSIZE 256
// Endpoint буферизация
#define CFG_TUD_ENDPOINT0_SIZE 64