From: Eunyoung Lee Date: Wed, 8 Nov 2017 02:03:16 +0000 (+0900) Subject: Change the data type of value X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F159271%2F1;p=apps%2Fnative%2Fposition-finder-server.git Change the data type of value Change-Id: I208c8e5f985af3dbab83a0aef459ceb6ae58c03a --- diff --git a/src/controller.c b/src/controller.c index 9aaeed4..1735ab7 100644 --- a/src/controller.c +++ b/src/controller.c @@ -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