ardupilot/libraries/AP_PeriodicProcess/AP_PeriodicProcess.h
Andrew Tridgell f6f808357c removed AperiodicProcess code
this code was never being used, and was more complex than it was
worth.
2011-12-17 07:29:09 +11:00

10 lines
201 B
C

#ifndef __AP_PERIODIC_PROCESS_H__
#define __AP_PERIODIC_PROCESS_H__
#include "PeriodicProcess.h"
#include "AP_PeriodicProcessStub.h"
#include "AP_TimerProcess.h"
#endif // __AP_PERIODIC_PROCESS_H__