mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fix for SITL target
This commit is contained in:
parent
7ad44e3712
commit
3cfcf8a4b3
4 changed files with 7 additions and 2 deletions
|
@ -223,7 +223,9 @@ void init(void)
|
|||
targetPreInit();
|
||||
#endif
|
||||
|
||||
#if !defined(UNIT_TEST) && !defined(USE_FAKE_LED)
|
||||
ledInit(statusLedConfig());
|
||||
#endif
|
||||
LED2_ON;
|
||||
|
||||
#ifdef USE_EXTI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue