LP-500 HoTT Telemetry added device definitions
[librepilot.git] / flight / tests / logfs / FreeRTOS.h
blob0c3db03fcaf79b479cc7863f6a1b1a2ea175ded3
1 #include <stdlib.h>
2 #define pvPortMalloc(xSize) (malloc(xSize))
3 #define vPortFree(pv) (free(pv))