From 31d08b082918cf81bc6cc60988543abf064c36b7 Mon Sep 17 00:00:00 2001 From: TaeminYeom Date: Mon, 3 Jan 2022 12:15:44 +0900 Subject: [PATCH] Add the number of value of sleep_detector sensor Change-Id: If2892117e2c6f35a858f00bc53feb402f3e4d331 Signed-off-by: TaeminYeom --- tools/sensor-tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.7.4