summaryrefslogtreecommitdiff
path: root/test/body_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/body_detection.c')
-rw-r--r--test/body_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/body_detection.c b/test/body_detection.c
index fe86b457c5..aa131f0a31 100644
--- a/test/body_detection.c
+++ b/test/body_detection.c
@@ -45,7 +45,7 @@ static int get_trigger_time(const struct body_detect_test_data *data,
* that we do not need to wait for 15 second if the testcase
* is in off-body initially.
*/
- body_detect_change_state(BODY_DETECTION_OFF_BODY);
+ body_detect_change_state(BODY_DETECTION_OFF_BODY, false);
for (i = 0; i < size; ++i) {
enum body_detect_states motion_state;