ardupilot/libraries/AP_GSOF/AP_GSOF_config.h
Ryan Friedman 921ef6cd36 AP_GSOF: factor out common library for GSOF
* Add tests too

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
2024-08-20 14:50:05 +10:00

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