ardupilot/libraries/AP_SerialLED/AP_SerialLED_config.h

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