before merge two half of fall rise detection

This commit is contained in:
Yunhorn 2024-05-12 13:35:37 +08:00
parent 80ad4d0c81
commit 3cede5683d
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ int sts_presence_rss_fall_rise_detection(void)
acc_rss_deactivate();
return EXIT_FAILURE;
}
// BEFORE MERGE FIRST AND SECOND HALF FALL RISE DETECTION
// ******** First Half detection of fall down and rise up
if (!acc_detector_presence_activate(handle))
{