mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-19 15:18:28 -04:00
6 lines
100 B
C
6 lines
100 B
C
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||
|
|
||
|
#ifndef HAL_SOARING_ENABLED
|
||
|
#define HAL_SOARING_ENABLED 1
|
||
|
#endif
|