summaryrefslogtreecommitdiff
path: root/src/controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index 6e1e50f..92be7f3 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -44,7 +44,7 @@ typedef struct app_data_s {
static Eina_Bool control_sensors_cb(void *data)
{
- int value[MULTIPLE_SENSOR_NUMBER] = { 0, };
+ uint32_t value[MULTIPLE_SENSOR_NUMBER] = { 0, };
int total = 0;
int gpio_num[MULTIPLE_SENSOR_NUMBER] = { 5, 6, 13, 19, 26 };
int i = 0;