mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fixed unit tests using 'ledstrip.c'.
This commit is contained in:
parent
bdf179c4b8
commit
18496fe745
3 changed files with 4 additions and 4 deletions
|
@ -286,7 +286,7 @@ void init(void)
|
|||
targetPreInit();
|
||||
#endif
|
||||
|
||||
#if !defined(UNIT_TEST) && !defined(USE_FAKE_LED)
|
||||
#if !defined(USE_FAKE_LED)
|
||||
ledInit(statusLedConfig());
|
||||
#endif
|
||||
LED2_ON;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue