AP_Notify: removed SMACCM support

This commit is contained in:
Andrew Tridgell 2013-09-26 22:37:47 +10:00
parent 1ec5cbed81
commit 2469dcf8e6
1 changed files with 0 additions and 7 deletions

View File

@ -48,13 +48,6 @@
# define HAL_GPIO_C_LED_PIN 25
# define HAL_GPIO_LED_ON LOW
# define HAL_GPIO_LED_OFF HIGH
#elif CONFIG_HAL_BOARD == HAL_BOARD_SMACCM
// XXX these are just copied, may not make sense
# define HAL_GPIO_A_LED_PIN 27
# define HAL_GPIO_B_LED_PIN 26
# define HAL_GPIO_C_LED_PIN 25
# define HAL_GPIO_LED_ON LOW
# define HAL_GPIO_LED_OFF HIGH
#elif CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE
# define HAL_GPIO_A_LED_PIN 13
# define HAL_GPIO_B_LED_PIN 13