1
0
Fork 0
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:
Dominic Clifton 2014-05-05 13:14:17 +01:00
parent c07f67735e
commit b0cc4df73f
4 changed files with 35 additions and 12 deletions

View file

@ -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