|
|
@ -6,7 +6,7 @@ |
|
|
|
#include <sys/time.h> |
|
|
|
#include <sys/time.h> |
|
|
|
#include <pthread.h> |
|
|
|
#include <pthread.h> |
|
|
|
|
|
|
|
|
|
|
|
#define SITL_SCHEDULER_MAX_TIMER_PROCS 4 |
|
|
|
#define SITL_SCHEDULER_MAX_TIMER_PROCS 8 |
|
|
|
|
|
|
|
|
|
|
|
/* Scheduler implementation: */ |
|
|
|
/* Scheduler implementation: */ |
|
|
|
class HALSITL::Scheduler : public AP_HAL::Scheduler { |
|
|
|
class HALSITL::Scheduler : public AP_HAL::Scheduler { |
|
|
|