mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-14 20:58:30 -04:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
#
|
|
# support for Safety LED on UAVCAN
|
|
|
|
uint8 STATUS_SAFETY_ON = 0
|
|
uint8 STATUS_SAFETY_OFF = 255
|
|
|
|
uint8 status
|