1
0
Fork 0
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:
blckmn 2017-06-19 06:35:40 +10:00
parent 7ad44e3712
commit 3cfcf8a4b3
4 changed files with 7 additions and 2 deletions

View file

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