1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

uncrustify

This commit is contained in:
Alessio Morale 2014-06-22 20:34:04 +02:00
parent c6a773363f
commit 4e3a68ac6c

View File

@ -28,7 +28,7 @@
#define PIOS_MEM_H
#define pios_fastheapmalloc(size) (malloc(size))
#define pios_malloc(size) (malloc(size))
#define pios_free(p) (free(p))
#define pios_malloc(size) (malloc(size))
#define pios_free(p) (free(p))
#endif /* PIOS_MEM_H */