mirror of https://github.com/ArduPilot/ardupilot
AP_SerialLED: configure serial LED feature based on hal availability
This commit is contained in:
parent
4c8b346512
commit
0b4838475d
|
@ -3,5 +3,5 @@
|
|||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef AP_SERIALLED_ENABLED
|
||||
#define AP_SERIALLED_ENABLED 1
|
||||
#define AP_SERIALLED_ENABLED HAL_SERIALLED_ENABLED
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue