Integration WIP with current NuttX version

This commit is contained in:
Lorenz Meier
2013-06-01 01:48:42 +02:00
parent 5375bb5b86
commit 4db739b5e1
16 changed files with 27 additions and 18 deletions
+2 -2
View File
@@ -42,11 +42,11 @@
#include <float.h>
#include <stdint.h>
__BEGIN_DECLS
/** Reboots the board */
extern void up_systemreset(void) noreturn_function;
__BEGIN_DECLS
/** Sends SIGUSR1 to all processes */
__EXPORT void killall(void);