mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-07 20:42:16 +08: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
|