mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
fix #ifdef typo
This commit is contained in:
parent
1ecbdf3dae
commit
f1ac4f8461
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ void DMA1_Channel7_IRQHandler(void)
|
|||
#endif
|
||||
|
||||
// USART3 Tx DMA Handler
|
||||
#ifdef USE_USART2_TX_DMA
|
||||
#ifdef USE_USART3_TX_DMA
|
||||
void DMA1_Channel2_IRQHandler(void)
|
||||
{
|
||||
uartPort_t *s = &uartPort3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue