mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_Notify: removed F4Light
This commit is contained in:
parent
9520f5f768
commit
696d7a0218
@ -79,10 +79,6 @@ AP_Notify *AP_Notify::_instance;
|
|||||||
#define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | I2C_LEDS)
|
#define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | I2C_LEDS)
|
||||||
#endif
|
#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
|
// All other builds
|
||||||
#else
|
#else
|
||||||
#define BUILD_DEFAULT_LED_TYPE (Notify_LED_Board | I2C_LEDS)
|
#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());
|
ADD_BACKEND(new AP_ToneAlarm());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// F4Light noise makers
|
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_F4LIGHT
|
|
||||||
ADD_BACKEND(new Buzzer());
|
|
||||||
#endif // Noise makers
|
#endif // Noise makers
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user