ardupilot/libraries/AP_GSOF/AP_GSOF_config.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
143 B
C
Raw Normal View History

#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