From: junkyu han Date: Fri, 18 Aug 2017 04:36:01 +0000 (+0900) Subject: Modify Comments X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F144804%2F1;p=apps%2Fnative%2Fposition-finder-server.git Modify Comments Change-Id: I07d3dfc906d4d4e284626ac6f94afed6174d514e --- diff --git a/src/controller.c b/src/controller.c index a95d3da..4b5eb02 100644 --- a/src/controller.c +++ b/src/controller.c @@ -44,7 +44,7 @@ static Eina_Bool control_sensors_cb(void *data) app_data *ad = data; /** - * Infrared motion sensor outputs 1 if motion is detected, or 0 if motion is detected. + * Infrared motion sensor outputs 1 if motion is detected, or 0 if motion is not detected. */ if (resource_read_infrared_motion_sensor(GPIO_INFRARED_MOTION_NUM, &value) == -1) _E("Failed to get Infrared Motion value [GPIO:%d]", GPIO_INFRARED_MOTION_NUM);