Andrew Tridgell
|
1762a2708c
|
AP_Notify: removed unused hal variable
|
2018-08-26 07:57:05 +10:00 |
Francisco Ferreira
|
3b61a31bb4
|
AP_Notify: adapt to changes in AP_BoardConfig_CAN
|
2018-08-12 13:35:03 +01:00 |
Francisco Ferreira
|
f468602baf
|
AP_Notify: revert wrong commit 228058e089
Also change the order of logical OR so that led_write in UAVCAN_RGB_LED is called for all UAVCAN instances and not only first one
|
2018-08-12 13:35:03 +01:00 |
Tom Pittenger
|
228058e089
|
AP_Notify: update some logic syntax
non-functional change, just the logic easier to read.
Converted
success = success || blah
to
success |= blah
|
2018-03-03 10:40:26 +12:00 |
Nikita Tomilov
|
b5467bed7f
|
AP_Notify: add new device UAVCAN_RGB_LED
This enables sending ArduPilot status color via UAVCAN bus.
|
2018-03-03 10:40:26 +12:00 |