From 2469dcf8e6463cb580070e9d5fdd2bac060c26e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 26 Sep 2013 22:37:47 +1000 Subject: [PATCH] AP_Notify: removed SMACCM support --- libraries/AP_Notify/AP_BoardLED.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/AP_Notify/AP_BoardLED.h b/libraries/AP_Notify/AP_BoardLED.h index e057480bb2..07e139b545 100644 --- a/libraries/AP_Notify/AP_BoardLED.h +++ b/libraries/AP_Notify/AP_BoardLED.h @@ -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