mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
f6f808357c
this code was never being used, and was more complex than it was worth.
10 lines
201 B
C
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__
|