repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-500 HoTT Telemetry added device definitions
[librepilot.git]
/
flight
/
tests
/
logfs
/
FreeRTOS.h
blob
0c3db03fcaf79b479cc7863f6a1b1a2ea175ded3
1
#include <stdlib.h>
2
#define pvPortMalloc(xSize) (malloc(xSize))
3
#define vPortFree(pv) (free(pv))