mirror of https://github.com/ArduPilot/ardupilot
10 lines
143 B
C
10 lines
143 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||
|
#include <GCS_MAVLink/GCS_config.h>
|
||
|
|
||
|
#ifndef AP_GSOF_ENABLED
|
||
|
#define AP_GSOF_ENABLED 1
|
||
|
#endif
|
||
|
|