moved commander to C++, preparation for better gyro scale calibration respecting the current attitude for more accurate results

This commit is contained in:
Lorenz Meier
2013-07-20 13:47:51 +02:00
parent da1bf69ce2
commit 68ab69de01
13 changed files with 156 additions and 86 deletions
+4 -3
View File
@@ -42,11 +42,12 @@
#include <float.h>
#include <stdint.h>
/** Reboots the board */
extern void up_systemreset(void) noreturn_function;
__BEGIN_DECLS
/** Reboots the board */
//extern void up_systemreset(void) noreturn_function;
#include <../arch/common/up_internal.h>
/** Sends SIGUSR1 to all processes */
__EXPORT void killall(void);