summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/motion_sense.h')
-rw-r--r--include/motion_sense.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h
index 07687feb5a..bbc82a0f71 100644
--- a/include/motion_sense.h
+++ b/include/motion_sense.h
@@ -118,9 +118,9 @@ struct motion_sensor_t {
/* state parameters */
enum sensor_state state;
- vector_3_t raw_xyz;
- vector_3_t xyz;
- vector_3_t spoof_xyz;
+ intv3_t raw_xyz;
+ intv3_t xyz;
+ intv3_t spoof_xyz;
/* How many flush events are pending */
uint32_t flush_pending;