ardupilot/libraries/AP_DroneCAN/canard/canard_helpers_user.h

6 lines
108 B
C
Raw Normal View History

#include <AP_HAL/AP_HAL.h> // to include SEMAPHORE
namespace Canard {
typedef ::HAL_Semaphore Semaphore;
}