mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Update led strip compile in/out.
This commit is contained in:
parent
326a10b1dc
commit
53623d4d7f
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include <platform.h>
|
||||
|
||||
#ifdef LED_STRIP
|
||||
#include <common/maths.h>
|
||||
|
||||
#include "drivers/light_ws2811strip.h"
|
||||
|
@ -522,3 +524,4 @@ void ledStripInit(void)
|
|||
determineLedStripDimensions();
|
||||
determineOrientationLimits();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue