diff options
author | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-08-24 16:50:32 +0900 |
---|---|---|
committer | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-08-24 16:50:32 +0900 |
commit | c6e345f6d918eb75f4bdd9e8ce7cf50c3ea320c3 (patch) | |
tree | ee43bac7c026faebc14c729c3cf7629c26f87404 | |
parent | 30aa73f0d647f6b0a1c8e46774999cba7777245f (diff) | |
download | st-things-light-c6e345f6d918eb75f4bdd9e8ce7cf50c3ea320c3.tar.gz st-things-light-c6e345f6d918eb75f4bdd9e8ce7cf50c3ea320c3.tar.bz2 st-things-light-c6e345f6d918eb75f4bdd9e8ce7cf50c3ea320c3.zip |
Remove unnecessary codes
Change-Id: Ic0545d460a3a0c0b0ee8e8744b46d026eb530ac7
-rwxr-xr-x | src/controller.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/controller.c b/src/controller.c index 5700c0d..75f7167 100755 --- a/src/controller.c +++ b/src/controller.c @@ -19,15 +19,11 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> -#include <Ecore.h> #include "log.h" #include "resource/resource_infrared_motion.h" #include "resource/resource_led.h" -// Timer duration -#define TIMER_GATHER_INTERVAL (2.0f) - // Motion sensor information #define SENSOR_MOTION_GPIO_NUMBER (18) |