add USB settings for parameters

This commit is contained in:
2023-11-29 09:35:17 +03:00
parent 091f87d218
commit 75dc072d17
9 changed files with 291 additions and 21 deletions

View File

@@ -39,6 +39,7 @@ int main(void){
SysTick_Config(72000);
USBPU_OFF();
hw_setup();
flashstorage_init();
USB_setup();
USBPU_ON();