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:
parent
6433aaa688
commit
548379bab0
2 changed files with 13 additions and 6 deletions
|
@ -538,7 +538,7 @@ void init(void)
|
|||
busSwitchInit();
|
||||
#endif
|
||||
|
||||
#if defined(USE_UART)
|
||||
#if defined(USE_UART) && !defined(SIMULATOR_BUILD)
|
||||
uartPinConfigure(serialPinConfig());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue