diff options
Diffstat (limited to 'timer_alert')
-rwxr-xr-x | timer_alert/src/ring.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/timer_alert/src/ring.c b/timer_alert/src/ring.c index 08aabaa..6233428 100755 --- a/timer_alert/src/ring.c +++ b/timer_alert/src/ring.c @@ -309,6 +309,10 @@ static void app_control(app_control_h app_control, void *data) { _TMR_ENTER_; + app_control_h reply; + app_control_create(&reply); + app_control_reply_to_launch_request(reply, app_control, APP_CONTROL_RESULT_SUCCEEDED); + app_control_destroy(reply); } static void |