diff options
author | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-09-21 11:28:45 +0900 |
---|---|---|
committer | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-09-21 11:29:10 +0900 |
commit | 0782810fb985abb725bebb5abf8b551c82c41e5c (patch) | |
tree | 5064db9d6ff905e0bd06d9ce5cdea2fb616aaacc | |
parent | 4806b78886d6cb349eb9a57463b02a49e0b1479f (diff) | |
download | st-things-light-basic-timer.tar.gz st-things-light-basic-timer.tar.bz2 st-things-light-basic-timer.zip |
Add a parameter for the timer cb functionbasic-timer
Change-Id: I63443c5b0e0d1977ea1c3e56295b39a30c002142
-rwxr-xr-x | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index 8ce7268..6595ea2 100755 --- a/src/controller.c +++ b/src/controller.c @@ -51,7 +51,7 @@ static int _change_led_state(int state) { return 0; } -static Eina_Bool _get_motion_set_led() +static Eina_Bool _get_motion_set_led(void *user_data) { int ret = 0; uint32_t value = 0; |