mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Fix further sweep timeout issues
This commit is contained in:
parent
4541dcb71b
commit
947a6b9d83
9 changed files with 53 additions and 14 deletions
|
|
@ -79,7 +79,7 @@ void Log_Init() {
|
|||
#endif
|
||||
|
||||
/* USART interrupt Init */
|
||||
HAL_NVIC_SetPriority(NVIC_ISR, 0, 0);
|
||||
HAL_NVIC_SetPriority(NVIC_ISR, 3, 0);
|
||||
HAL_NVIC_EnableIRQ(NVIC_ISR);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue