Change the data type of value 71/159271/1
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 8 Nov 2017 02:03:16 +0000 (11:03 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 8 Nov 2017 02:03:16 +0000 (11:03 +0900)
Change-Id: I208c8e5f985af3dbab83a0aef459ceb6ae58c03a

src/controller.c

index 9aaeed4..1735ab7 100644 (file)
@@ -39,7 +39,7 @@ typedef struct app_data_s {
 static Eina_Bool _control_sensors_cb(void *data)
 {
        app_data *ad = data;
-       int value = -1;
+       uint32_t value = -1;
        int ret = -1;
 
 #if 0