From 3cede5683dec35e258b1dd42e54dbe8881c3350d Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Sun, 12 May 2024 13:35:37 +0800 Subject: [PATCH] before merge two half of fall rise detection --- Core/Src/yunhorn_sts_presence_rss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/yunhorn_sts_presence_rss.c b/Core/Src/yunhorn_sts_presence_rss.c index 5848c5b..f323275 100644 --- a/Core/Src/yunhorn_sts_presence_rss.c +++ b/Core/Src/yunhorn_sts_presence_rss.c @@ -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)) {