summaryrefslogtreecommitdiff
path: root/test/motion_angle_tablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_angle_tablet.c')
-rw-r--r--test/motion_angle_tablet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/motion_angle_tablet.c b/test/motion_angle_tablet.c
index 2f458381b3..2c0c15c828 100644
--- a/test/motion_angle_tablet.c
+++ b/test/motion_angle_tablet.c
@@ -5,6 +5,9 @@
* Test motion sense code, when in tablet mode.
*/
+#include <math.h>
+#include <stdio.h>
+
#include "accelgyro.h"
#include "common.h"
#include "gpio.h"
@@ -16,9 +19,6 @@
#include "test_util.h"
#include "util.h"
-#include <math.h>
-#include <stdio.h>
-
/*****************************************************************************/
/* Test utilities */