1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

No more "pin-pair"

RX and TX can be assigned to ANY capable pins.
This commit is contained in:
jflyper 2017-05-26 12:52:28 +09:00
parent 6c5997ef9f
commit 2d45189fe2
13 changed files with 130 additions and 1605 deletions

View file

@ -281,7 +281,7 @@ void init(void)
busSwitchInit();
#endif
#ifdef USE_UART
#if defined(USE_UART) && !defined(SITL)
uartPinConfigure(serialPinConfig());
#endif
@ -342,7 +342,7 @@ void init(void)
beeperInit(beeperDevConfig());
#endif
/* temp until PGs are implemented. */
#ifdef USE_INVERTER
#if defined(USE_INVERTER) && !defined(SITL)
initInverters(serialPinConfig());
#endif