From 696d7a0218fee4e7db0f551bfaaef18eb71400d3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Jan 2019 11:48:02 +1100 Subject: [PATCH] AP_Notify: removed F4Light --- libraries/AP_Notify/AP_Notify.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/AP_Notify/AP_Notify.cpp b/libraries/AP_Notify/AP_Notify.cpp index a8ac4dc910..a5f8886193 100644 --- a/libraries/AP_Notify/AP_Notify.cpp +++ b/libraries/AP_Notify/AP_Notify.cpp @@ -79,10 +79,6 @@ AP_Notify *AP_Notify::_instance; #define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | I2C_LEDS) #endif -// F4Light -#elif CONFIG_HAL_BOARD == HAL_BOARD_F4LIGHT - #define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | Notify_LED_ToshibaLED_I2C_External) - // All other builds #else #define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | I2C_LEDS) @@ -293,9 +289,6 @@ void AP_Notify::add_backends(void) ADD_BACKEND(new AP_ToneAlarm()); #endif -// F4Light noise makers -#elif CONFIG_HAL_BOARD == HAL_BOARD_F4LIGHT - ADD_BACKEND(new Buzzer()); #endif // Noise makers }