1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Fix for F4 telemetry

This commit is contained in:
blckmn 2016-07-15 22:49:24 +10:00
parent 087aecff79
commit 89b288a498
4 changed files with 7 additions and 5 deletions

View file

@ -376,6 +376,7 @@ void USART1_IRQHandler(void)
uartPort_t *s = &(uartHardwareMap[UARTDEV_1]->port);
uartIrqHandler(s);
}
#endif
#ifdef USE_UART2