Skip to content

Commit

Permalink
[stm32] boards: fix typos in RCC_x
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 21, 2014
1 parent 55b2172 commit 64f80c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sw/airborne/boards/lisa_m_1.0.h
Expand Up @@ -15,7 +15,7 @@
#define USE_LED_1 1
#endif
#define LED_1_GPIO GPIOB
#define LED_1_GPIO_CLK GPIOB
#define LED_1_GPIO_CLK RCC_GPIOB
#define LED_1_GPIO_PIN GPIO4
#define LED_1_GPIO_ON gpio_clear
#define LED_1_GPIO_OFF gpio_set
Expand Down
2 changes: 1 addition & 1 deletion sw/airborne/boards/lisa_mx_2.0.h
Expand Up @@ -132,7 +132,7 @@

/* PC12, on GPIO connector*/
#define LED_12_GPIO GPIOC
#define LED_12_GPIO_CLK RCC_GPIOB
#define LED_12_GPIO_CLK RCC_GPIOC
#define LED_12_GPIO_PIN GPIO12
#define LED_12_GPIO_ON gpio_clear
#define LED_12_GPIO_OFF gpio_set
Expand Down
2 changes: 1 addition & 1 deletion sw/airborne/boards/px4fmu_1.7.h
Expand Up @@ -16,7 +16,7 @@
#define USE_LED_1 1
#endif
#define LED_1_GPIO GPIOB
#define LED_1_GPIO_CLK GPIOB
#define LED_1_GPIO_CLK RCC_GPIOB
#define LED_1_GPIO_PIN GPIO14
#define LED_1_GPIO_ON gpio_clear
#define LED_1_GPIO_OFF gpio_set
Expand Down

0 comments on commit 64f80c6

Please sign in to comment.