diff options
author | junkyu han <junkyu.han@samsung.com> | 2017-08-29 15:38:39 +0900 |
---|---|---|
committer | junkyu han <junkyu.han@samsung.com> | 2017-08-29 15:38:39 +0900 |
commit | b888e2837b7c763f8e3cf1b01309906159770143 (patch) | |
tree | 129278d74db42fddb8840ee9877c6748225e596c | |
parent | e00090ffb54002804f9babb9e92277eeacd50d64 (diff) | |
download | position-finder-server-b888e2837b7c763f8e3cf1b01309906159770143.tar.gz position-finder-server-b888e2837b7c763f8e3cf1b01309906159770143.tar.bz2 position-finder-server-b888e2837b7c763f8e3cf1b01309906159770143.zip |
Modify Comment to avoid build error
Change-Id: I2de59c706f6af9ad3e5674490ae6880f38ff4d86
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index b994f48..a498ee4 100644 --- a/src/controller.c +++ b/src/controller.c @@ -47,7 +47,7 @@ static Eina_Bool control_sensors_cb(void *data) */ /* if (resource_read_infrared_motion_sensor(Pin Number, &value) == -1) - _E("Failed to get Infrared Motion value [GPIO:%d]", GPIO_INFRARED_MOTION_NUM); + _E("Failed to get DATA from Infrared Motion value"); */ /** |