mirror of https://github.com/ArduPilot/ardupilot
9 lines
168 B
C
9 lines
168 B
C
|
|
||
|
#ifndef __AP_ANALOG_SOURCE_H__
|
||
|
#define __AP_ANALOG_SOURCE_H__
|
||
|
|
||
|
#include "AP_AnalogSource_Arduino.h"
|
||
|
#include "AP_AnalogSource_ADC.h"
|
||
|
|
||
|
#endif // __AP_ANALOG_SOURCE_H__
|