mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
More strict application of USE_UART and USE_INVERTER
This commit is contained in:
parent
66657486e1
commit
00dab4288f
15 changed files with 38 additions and 18 deletions
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_UART
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "build/atomic.h"
|
||||
|
||||
|
@ -356,3 +358,4 @@ void UART8_IRQHandler(void)
|
|||
uartIrqHandler(s);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue