Browse Source

AP_Notify: add Robsense PhenixPro Devkit Board support

mission-4.1.18
HeBin 7 years ago committed by Lucas De Marchi
parent
commit
1918b07705
  1. 3
      libraries/AP_Notify/AP_Notify.cpp

3
libraries/AP_Notify/AP_Notify.cpp

@ -194,6 +194,9 @@ void AP_Notify::add_backends(void) @@ -194,6 +194,9 @@ void AP_Notify::add_backends(void)
ADD_BACKEND(new DiscoLED());
ADD_BACKEND(new ToneAlarm_Linux());
#elif CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_RST_ZYNQ
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));
#else // other linux
ADD_BACKEND(new AP_BoardLED());
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));

Loading…
Cancel
Save