gyro sensor: default value as 0 0 1 (degrees/s) 05/23705/2
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 2 Jul 2014 01:20:19 +0000 (10:20 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 4 Jul 2014 02:21:26 +0000 (19:21 -0700)
Change-Id: I3c9fb54ae8f7e52774f1c04d9cdcb955a2d61b4b
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/hw/virtio/maru_virtio_sensor.c

index 95516dd..57a2cd8 100644 (file)
@@ -59,7 +59,7 @@ static int geo_delay = 200000000;
 
 static int gyro_x_raw = 0;
 static int gyro_y_raw = 0;
-static int gyro_z_raw = 0;
+static int gyro_z_raw = 1;
 static int gyro_enable = 0;
 static int gyro_delay = 200000000;