Skip to content

Commit

Permalink
AP_Notify: removed F4Light
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jan 21, 2019
1 parent 9520f5f commit 696d7a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libraries/AP_Notify/AP_Notify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

}
Expand Down

0 comments on commit 696d7a0

Please sign in to comment.