mirror of https://github.com/ArduPilot/ardupilot
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:
parent
d97bd6f5c3
commit
a647f79371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue