Skip to content
Snippets Groups Projects
Commit 82524661 authored by rmackay9's avatar rmackay9
Browse files

AP_TimerProcess: add one additional slot for optical flow

parent 97a66a53
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// default to 1kHz timer interrupt // default to 1kHz timer interrupt
#define TIMERPROCESS_PER_DEFAULT (256-62) // 1kHz #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 class AP_TimerProcess : public AP_PeriodicProcess
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment