1
0
Fork 0
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:
jflyper 2018-10-08 14:33:35 +09:00
parent 66657486e1
commit 00dab4288f
15 changed files with 38 additions and 18 deletions

View file

@ -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