mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_TimerProcess: add one additional slot for optical flow
This commit is contained in:
parent
97a66a5346
commit
825246617e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user