mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
STM32F3DISCOVERY - Enable LEDs. Use RED LEDs instead of buzzer output.
LED and BUZZER outputs on the STM32F3DISCOVERY are inverted.
This commit is contained in:
parent
c07f67735e
commit
b0cc4df73f
4 changed files with 35 additions and 12 deletions
|
@ -126,6 +126,7 @@ void systemInit(bool overclock)
|
|||
RCC_AHBPeriph_GPIOB |
|
||||
RCC_AHBPeriph_GPIOC |
|
||||
RCC_AHBPeriph_GPIOD |
|
||||
RCC_AHBPeriph_GPIOE |
|
||||
/*RCC_AHBPeriph_GPIOF | */
|
||||
RCC_AHBPeriph_ADC12,
|
||||
ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue