mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: increase max timer procs
needed for compass learning
This commit is contained in:
parent
805647df85
commit
7e790a04d2
|
@ -6,7 +6,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define SITL_SCHEDULER_MAX_TIMER_PROCS 4
|
||||
#define SITL_SCHEDULER_MAX_TIMER_PROCS 8
|
||||
|
||||
/* Scheduler implementation: */
|
||||
class HALSITL::Scheduler : public AP_HAL::Scheduler {
|
||||
|
|
Loading…
Reference in New Issue