mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Separated LED_STRIP parameter groups, separated out LED_STRIP status mode code.
This commit is contained in:
parent
af84f9e99d
commit
e121e1e92b
12 changed files with 244 additions and 246 deletions
|
@ -145,7 +145,7 @@ static void activateConfig(void)
|
|||
|
||||
imuConfigure(throttleCorrectionConfig()->throttle_correction_angle, throttleCorrectionConfig()->throttle_correction_value);
|
||||
|
||||
#ifdef USE_LED_STRIP
|
||||
#if defined(USE_LED_STRIP_STATUS_MODE)
|
||||
reevaluateLedConfig();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue