Modify Comments 04/144804/1
authorjunkyu han <junkyu.han@samsung.com>
Fri, 18 Aug 2017 04:36:01 +0000 (13:36 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Fri, 18 Aug 2017 04:36:01 +0000 (13:36 +0900)
Change-Id: I07d3dfc906d4d4e284626ac6f94afed6174d514e

src/controller.c

index a95d3da..4b5eb02 100644 (file)
@@ -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);