summaryrefslogtreecommitdiff
path: root/test/motion_sense_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_sense_fifo.c')
-rw-r--r--test/motion_sense_fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/motion_sense_fifo.c b/test/motion_sense_fifo.c
index 09d3404032..28e7a3019a 100644
--- a/test/motion_sense_fifo.c
+++ b/test/motion_sense_fifo.c
@@ -348,7 +348,7 @@ void before_test(void)
motion_sense_fifo_commit_data();
motion_sense_fifo_read(sizeof(data), CONFIG_ACCEL_FIFO_SIZE, &data,
&data_bytes_read);
- motion_sense_fifo_reset_wake_up_needed();
+ motion_sense_fifo_reset_needed_flags();
memset(data, 0, sizeof(data));
motion_sense_fifo_reset();
}