Skip to content

Commit

Permalink
lisa_m_1.0: switch leds 4 and 5 to be consistent with docs. LED_4 is …
Browse files Browse the repository at this point in the history
…PC12, LED_5 is PC10
  • Loading branch information
flixr committed Apr 5, 2012
1 parent 751b956 commit f8094c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/boards/lisa_m_1.0.h
Expand Up @@ -27,13 +27,13 @@
#define LED_4_BANK
#define LED_4_GPIO GPIOC
#define LED_4_GPIO_CLK RCC_APB2Periph_GPIOC
#define LED_4_GPIO_PIN GPIO_Pin_10
#define LED_4_GPIO_PIN GPIO_Pin_12
#define LED_4_AFIO_REMAP ((void)0)

#define LED_5_BANK
#define LED_5_GPIO GPIOC
#define LED_5_GPIO_CLK RCC_APB2Periph_GPIOC
#define LED_5_GPIO_PIN GPIO_Pin_12
#define LED_5_GPIO_PIN GPIO_Pin_10
#define LED_5_AFIO_REMAP ((void)0)


Expand Down

0 comments on commit f8094c1

Please sign in to comment.