AP_SerialLED: configure serial LED feature based on hal availability

This commit is contained in:
Andy Piper 2023-05-26 19:35:45 +01:00 committed by Andrew Tridgell
parent 4c8b346512
commit 0b4838475d
1 changed files with 1 additions and 1 deletions

View File

@ -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