mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_Notify: support buzzer backend on ChibiOS
This commit is contained in:
parent
ca9d1a55fe
commit
6e0b5c204a
@ -239,6 +239,9 @@ void AP_Notify::add_backends(void)
|
||||
# else
|
||||
ADD_BACKEND(new AP_BoardLED());
|
||||
# endif
|
||||
#ifdef BUZZER_PIN
|
||||
ADD_BACKEND(new Buzzer());
|
||||
#endif
|
||||
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));
|
||||
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_INTERNAL));
|
||||
ADD_BACKEND(new Display());
|
||||
|
Loading…
Reference in New Issue
Block a user