mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
Flash/FPGA driver for configuration and firmware update from uC
This commit is contained in:
parent
16f050a11e
commit
8c8749accd
20 changed files with 520 additions and 62 deletions
|
|
@ -161,3 +161,7 @@ void HANDLER(void) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Log_Flush() {
|
||||
while(USART_BASE->CR1 & USART_CR1_TCIE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue