mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2025-12-11 10:40:34 -06:00
8 lines
136 B
C
8 lines
136 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
#ifndef AP_SERIALLED_ENABLED
|
|
#define AP_SERIALLED_ENABLED HAL_SERIALLED_ENABLED
|
|
#endif
|