Modified status when multiple sensors are not used 14/139414/1
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 19 Jul 2017 01:48:44 +0000 (10:48 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 19 Jul 2017 01:49:05 +0000 (10:49 +0900)
Change-Id: Ib6df781f805d56cc64ea5edf1a415b2024e067fe

src/controller.c

index 4d8e88d..f27dc55 100644 (file)
@@ -78,7 +78,7 @@ static Eina_Bool _infrared_motion_getter_timer(void *data)
        return ECORE_CALLBACK_RENEW;
 }
 
-#ifndef USE_MULTIPLE_SENSOR
+#if (!USE_MULTIPLE_SENSOR)
 static Eina_Bool _ultrasonic_getter_timer(void *data)
 {
        double value = 0;