Browse Source

HAL_SITL: increase max timer procs

needed for compass learning
mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
7e790a04d2
  1. 2
      libraries/AP_HAL_SITL/Scheduler.h

2
libraries/AP_HAL_SITL/Scheduler.h

@ -6,7 +6,7 @@ @@ -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…
Cancel
Save