mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
13 lines
118 B
C
13 lines
118 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "sg.h"
|
|
#include "sgUtil.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |