mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-14 10:33:56 -03:00
AP_HAL_SITL: fix pthread SITL build on MacOS
This commit is contained in:
parent
632be63f05
commit
234b3391a9
@ -4,6 +4,7 @@
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#include "AP_HAL_SITL_Namespace.h"
|
||||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define SITL_SCHEDULER_MAX_TIMER_PROCS 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user