summaryrefslogtreecommitdiff
path: root/test/motion_lid.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_lid.c')
-rw-r--r--test/motion_lid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/motion_lid.c b/test/motion_lid.c
index 40e6dcb0f0..39b83ce6fc 100644
--- a/test/motion_lid.c
+++ b/test/motion_lid.c
@@ -5,6 +5,9 @@
* Test motion sense code.
*/
+#include <math.h>
+#include <stdio.h>
+
#include "accelgyro.h"
#include "common.h"
#include "gpio.h"
@@ -17,9 +20,6 @@
#include "timer.h"
#include "util.h"
-#include <math.h>
-#include <stdio.h>
-
extern enum chipset_state_mask sensor_active;
extern int wait_us;