sensor: modify initial value of pedometer
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 29 Jul 2016 02:24:42 +0000 (11:24 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 29 Jul 2016 02:24:42 +0000 (11:24 +0900)
The pedometer sensor is disabled by default. The sensor framework will
enable if it is available.

Change-Id: I0e1546e86a11b5f09a2869951ea8ad6dd2054b4a
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
tizen/src/hw/virtio/maru_virtio_sensor.c

index b5012a5..a4db1aa 100644 (file)
@@ -95,7 +95,7 @@ static int hrm_enable;
 static int hrm_delay = 200000000;
 
 static int pedo_value = 1;
-static int pedo_enable = 1;
+static int pedo_enable;
 static int pedo_delay = 200000000;
 
 VirtIOSENSOR *vsensor;