Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_ADSB/sagetech-sdk/sagetech_mxs.h
9902 views
1
#pragma once
2
3
#ifdef __cplusplus
4
extern "C"
5
{
6
#endif
7
8
#include "sg.h"
9
#include "sgUtil.h"
10
11
#ifdef __cplusplus
12
}
13
#endif
14