mirror of https://github.com/ArduPilot/ardupilot
6 lines
108 B
C
6 lines
108 B
C
|
#include <AP_HAL/AP_HAL.h> // to include SEMAPHORE
|
||
|
|
||
|
namespace Canard {
|
||
|
typedef ::HAL_Semaphore Semaphore;
|
||
|
}
|