HAL_Linux: added support for HAL_Semaphore type

This commit is contained in:
Andrew Tridgell 2018-08-07 16:39:42 +10:00
parent dabdb969f6
commit f005e60066

View File

@ -1,10 +1,10 @@
#pragma once
#include <pthread.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include "AP_HAL_Linux.h"
#include <stdint.h>
#include <AP_HAL/AP_HAL_Macros.h>
#include <AP_HAL/Semaphores.h>
#include <pthread.h>
namespace Linux {