AP_HAL_ChibiOS: add defines for some AP_Notify LED libraries

allow ProfiLEDs (serial and SPI) and NeoPixel to be compiled out
This commit is contained in:
Peter Barker 2023-03-01 13:57:09 +11:00 committed by Andrew Tridgell
parent d97bd6f5c3
commit a647f79371
1 changed files with 4 additions and 0 deletions

View File

@ -141,9 +141,13 @@ define AP_RPM_ENABLED 0
# SkyViper doesn't have a gripper:
define AP_GRIPPER_ENABLED 0
# SkyViper doesn't have serially-connected LEDs:
define AP_SERIALLED_ENABLED 0
# SkyViper has a very limited set of blinkenlights
define AP_NOTIFY_NCP5623_ENABLED 0
define AP_NOTIFY_PCA9685_ENABLED 0
define AP_NOTIFY_PROFILED_SPI_ENABLED 0
define AP_NOTIFY_TOSHIBALED_ENABLED 0
undef AP_NOTIFY_OREOLED_ENABLED
define AP_NOTIFY_OREOLED_ENABLED 0