mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
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__
|