mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
msg:led_control Extend to support 8 LEDS
This commit is contained in:
committed by
Daniel Agar
parent
7800f94dcb
commit
1414c02471
+1
-1
@@ -34,4 +34,4 @@ uint8 num_blinks # how many times to blink (number of on-off cycles if mode is o
|
||||
# in MODE_FLASH it is the number of cycles. Max number of blinks: 122 and max number of flash cycles: 20
|
||||
uint8 priority # priority: higher priority events will override current lower priority events (see MAX_PRIORITY)
|
||||
|
||||
uint8 ORB_QUEUE_LENGTH = 4 # needs to match BOARD_MAX_LEDS
|
||||
uint8 ORB_QUEUE_LENGTH = 8 # needs to match BOARD_MAX_LEDS
|
||||
|
||||
Reference in New Issue
Block a user