5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-12 09:33:59 -03:00
ardupilot/libraries/AP_HAL_Linux/qflight/qflight_util.h
2015-12-27 16:12:27 +11:00

4 lines
95 B
C

#include <rpcmem.h>
#define QFLIGHT_RPC_ALLOCATE(type) (type *)rpcmem_alloc_def(sizeof(type))