ardupilot/libraries/AP_DroneCAN/canard/canard_helpers_user.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
163 B
C
Raw Normal View History

#include <AP_HAL/AP_HAL.h> // to include SEMAPHORE
namespace Canard {
typedef ::HAL_Semaphore Semaphore;
}
#define CANARD_MALLOC malloc
#define CANARD_FREE free