projects
/
apps
/
native
/
position-finder-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68291f
)
Change the data type of value
72/159272/1
author
Eunyoung Lee
<ey928.lee@samsung.com>
Wed, 8 Nov 2017 02:03:16 +0000
(11:03 +0900)
committer
Eunyoung Lee
<ey928.lee@samsung.com>
Wed, 8 Nov 2017 02:04:12 +0000
(
02:04
+0000)
Change-Id: I208c8e5f985af3dbab83a0aef459ceb6ae58c03a
src/controller.c
patch
|
blob
|
history
diff --git
a/src/controller.c
b/src/controller.c
index
9aaeed4
..
1735ab7
100644
(file)
--- 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;
-
in
t value = -1;
+
uint32_
t value = -1;
int ret = -1;
#if 0