AP_Notify: support OLED display on ChibiOS

This commit is contained in:
Andrew Tridgell 2018-02-04 07:03:21 +11:00
parent 63a825dd2c
commit 65b762ddfe
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ void AP_Notify::add_backends(void)
ADD_BACKEND(new AP_BoardLED());
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_EXTERNAL));
ADD_BACKEND(new ToshibaLED_I2C(TOSHIBA_LED_I2C_BUS_INTERNAL));
ADD_BACKEND(new Display());
#endif
}