mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
USART almost working (but hangs on long messages)
This commit is contained in:
@@ -32,6 +32,7 @@ void sys_tick_handler(void){
|
||||
int main(void){
|
||||
sysreset();
|
||||
SysTick_Config(6000, 1);
|
||||
StartHSE();
|
||||
flashstorage_init();
|
||||
hardware_setup();
|
||||
USB_setup();
|
||||
|
||||
Reference in New Issue
Block a user