From: TaeminYeom Date: Mon, 3 Jan 2022 03:15:44 +0000 (+0900) Subject: Add the number of value of sleep_detector sensor X-Git-Tag: accepted/tizen/unified/20220128.144508~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F268784%2F1;p=platform%2Fcore%2Fapi%2Fsensor.git Add the number of value of sleep_detector sensor Change-Id: If2892117e2c6f35a858f00bc53feb402f3e4d331 Signed-off-by: TaeminYeom --- diff --git a/tools/sensor-tool.h b/tools/sensor-tool.h index 0d21bba..d200d0b 100644 --- a/tools/sensor-tool.h +++ b/tools/sensor-tool.h @@ -94,4 +94,4 @@ const char *sensor_alias[] = { }; // the number of value to be verified of the sensor -const int value_num[] = {3, 3, 3, 3, 4, 3, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 6, 6, 4, 4, 1, 1, 1, 3, 1}; +const int value_num[] = {3, 3, 3, 3, 4, 3, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 6, 6, 4, 4, 1, 1, 1, 3, 1, 1};