mirror of https://github.com/ArduPilot/ardupilot
10 lines
203 B
C
10 lines
203 B
C
|
|
||
|
#ifndef __AP_PERIODIC_PROCESS_H__
|
||
|
#define __AP_PERIODIC_PROCESS_H__
|
||
|
|
||
|
#include "PeriodicProcess.h"
|
||
|
#include "AP_TimerProcess.h"
|
||
|
#include "AP_TimerAperiodicProcess.h"
|
||
|
|
||
|
#endif // __AP_PERIODIC_PROCESS_H__
|