mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
5f8a655f35
* Prepare for more compile time features in soaring Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
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
|