mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Revert "Betaflight led strip resubmit"
This commit is contained in:
parent
a5a0024fbd
commit
63c7ae18ff
14 changed files with 809 additions and 1115 deletions
|
@ -111,7 +111,6 @@ void ws2811LedStripHardwareInit(void)
|
|||
|
||||
DMA_ITConfig(WS2811_DMA_CHANNEL, DMA_IT_TC, ENABLE);
|
||||
|
||||
const hsvColor_t hsv_white = { 0, 255, 255};
|
||||
ws2811Initialised = true;
|
||||
setStripColor(&hsv_white);
|
||||
ws2811UpdateStrip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue