mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
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;
|
|
}
|