summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/math_util.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/math_util.c b/test/math_util.c
index 27947be377..9a2900eb73 100644
--- a/test/math_util.c
+++ b/test/math_util.c
@@ -9,19 +9,10 @@
#include <stdio.h>
#include "common.h"
#include "math_util.h"
-#include "motion_sense.h"
#include "test_util.h"
#include "util.h"
/*****************************************************************************/
-/*
- * Need to define motion sensor globals just to compile.
- * We include motion task to force the inclusion of math_util.c
- */
-struct motion_sensor_t motion_sensors[] = {};
-const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-
-/*****************************************************************************/
/* Test utilities */
/* Macro to compare two floats and check if they are equal within diff. */