From 46ccd63c1daa335e3891003dcd699d1732dfebc5 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Thu, 9 Apr 2015 00:42:30 -0700 Subject: accel: move X,Y,Z definition Move definition so that we can use it in accel driver. BUG=None TEST=Compile BRANCH=none Change-Id: I45d16a91d923cb0538b7fdf4110112566c87b6d0 Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/269837 Reviewed-by: Alec Berg Reviewed-by: Vincent Palatin --- test/motion_lid.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') diff --git a/test/motion_lid.c b/test/motion_lid.c index 78ef019853..62b7cbf3eb 100644 --- a/test/motion_lid.c +++ b/test/motion_lid.c @@ -19,11 +19,6 @@ #include "timer.h" #include "util.h" -/* For vector_3_t, define which coordinates are in which location. */ -enum { - X, Y, Z -}; - /*****************************************************************************/ /* Mock functions */ static int accel_init(const struct motion_sensor_t *s) -- cgit v1.2.1