fixed USB problem

This commit is contained in:
Edward Emelianov
2024-08-26 20:47:04 +03:00
parent 3e86556206
commit 9166996bff
20 changed files with 326 additions and 240 deletions

View File

@@ -20,8 +20,8 @@
#include <stdint.h>
// amount of filter banks in STM32F0
#define STM32F0FBANKNO 28
// amount of filter banks in STM32F
#define STM32FBANKNO 28
// flood period in milliseconds
#define FLOOD_PERIOD_MS 5