Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_DroneCAN/canard/canard_helpers_user.h
9316 views
1
#include <AP_HAL/AP_HAL.h> // to include SEMAPHORE
2
3
namespace Canard {
4
typedef ::HAL_Semaphore Semaphore;
5
}
6
7
#define CANARD_MALLOC malloc
8
#define CANARD_FREE free
9
10