AP_TimerProcess: add one additional slot for optical flow

This commit is contained in:
rmackay9 2012-09-14 21:03:49 +09:00
parent 163a7841f6
commit a75e93da06

View File

@ -8,7 +8,7 @@
// default to 1kHz timer interrupt
#define TIMERPROCESS_PER_DEFAULT (256-62) // 1kHz
#define AP_TIMERPROCESS_MAX_PROCS 4
#define AP_TIMERPROCESS_MAX_PROCS 5
class AP_TimerProcess : public AP_PeriodicProcess
{