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

fixed SITL target debug build and runtime segfaults. Added motorPwmDevice vTable functions and IOConfigGPIO stub

This commit is contained in:
Matylitski Yury 2019-12-22 18:36:45 +03:00 committed by metaclass
parent 6433aaa688
commit 548379bab0
2 changed files with 13 additions and 6 deletions

View file

@ -538,7 +538,7 @@ void init(void)
busSwitchInit();
#endif
#if defined(USE_UART)
#if defined(USE_UART) && !defined(SIMULATOR_BUILD)
uartPinConfigure(serialPinConfig());
#endif