mirror of https://github.com/ArduPilot/ardupilot
AP_DroneCAN: update helpers user to add CANARD_MALLOC and CANARD_FREE
This commit is contained in:
parent
5e6b974556
commit
1c274c93a5
|
@ -3,3 +3,6 @@
|
||||||
namespace Canard {
|
namespace Canard {
|
||||||
typedef ::HAL_Semaphore Semaphore;
|
typedef ::HAL_Semaphore Semaphore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define CANARD_MALLOC malloc
|
||||||
|
#define CANARD_FREE free
|
||||||
|
|
Loading…
Reference in New Issue