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

@@ -205,7 +205,7 @@ static void add_filter(const char *str){
USB_sendstr("No bank# given");
return;
}
if(N > STM32F0FBANKNO-1){
if(N > STM32FBANKNO-1){
USB_sendstr("bank# > 27");
return;
}