mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
921ef6cd36
* Add tests too Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
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
|
|
|