mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Missing RX interrupt on external module
This commit is contained in:
parent
bc6834cde4
commit
28b22eb131
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void extmoduleInvertedSerialStart(uint32_t baudrate)
|
|||
|
||||
extmoduleFifo.clear();
|
||||
|
||||
USART_ITConfig(INTMODULE_USART, USART_IT_RXNE, ENABLE);
|
||||
USART_ITConfig(EXTMODULE_USART, USART_IT_RXNE, ENABLE);
|
||||
NVIC_SetPriority(EXTMODULE_USART_IRQn, 6);
|
||||
NVIC_EnableIRQ(EXTMODULE_USART_IRQn);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue