mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
9 lines
163 B
C++
9 lines
163 B
C++
#include <AP_HAL/AP_HAL.h> // to include SEMAPHORE
|
|
|
|
namespace Canard {
|
|
typedef ::HAL_Semaphore Semaphore;
|
|
}
|
|
|
|
#define CANARD_MALLOC malloc
|
|
#define CANARD_FREE free
|