This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
LibrePilot
Watch
1
Star
0
Fork
0
You've already forked LibrePilot
mirror of
https://bitbucket.org/librepilot/librepilot.git
synced
2024-12-02 10:24:11 +01:00
Code
Issues
Releases
Activity
03b3dca76c
LibrePilot
/
flight
/
tests
/
logfs
/
FreeRTOS.h
4 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
logfs: support multiple instances of logfs Conflicts: flight/pios/common/pios_flashfs_logfs.c flight/pios/inc/pios_flashfs_logfs_priv.h flight/tests/logfs/pios.h flight/tests/logfs/pios_config.h flight/tests/logfs/unittest.cpp
2013-04-17 03:15:06 +02:00
#
include
<stdlib.h>
#
define pvPortMalloc(xSize) (malloc(xSize))
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
2013-05-19 16:37:30 +02:00
#
define vPortFree(pv) (free(pv))
Reference in New Issue
Copy Permalink