5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-12 17:43:58 -03:00
ardupilot/libraries/AP_PeriodicProcess/AP_PeriodicProcess.h
Andrew Tridgell 4bbd5392ef 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__