HAL_Linux: added support for HAL_Semaphore type
This commit is contained in:
parent
dabdb969f6
commit
f005e60066
@ -1,10 +1,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL_Boards.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include "AP_HAL_Linux.h"
|
#include <AP_HAL/AP_HAL_Macros.h>
|
||||||
|
#include <AP_HAL/Semaphores.h>
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
namespace Linux {
|
namespace Linux {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user