mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Merge pull request #1518 from blckmn/simplified_owners
Simplified owners
This commit is contained in:
commit
c90a0d1a04
59 changed files with 217 additions and 167 deletions
|
@ -62,7 +62,7 @@ void ws2811LedStripHardwareInit(ioTag_t ioTag)
|
|||
}
|
||||
|
||||
ws2811IO = IOGetByTag(ioTag);
|
||||
IOInit(ws2811IO, OWNER_LED_STRIP, RESOURCE_OUTPUT, 0);
|
||||
IOInit(ws2811IO, OWNER_LED_STRIP, 0);
|
||||
IOConfigGPIO(ws2811IO, IO_CONFIG(GPIO_Speed_50MHz, GPIO_Mode_AF_PP));
|
||||
|
||||
RCC_ClockCmd(timerRCC(timer), ENABLE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue