From a778b6f3542cf73aaf6fb36829d55e2f233ca52c Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:52:51 +0200 Subject: [PATCH] Fix build --- applications/external/pomodoro/flipp_pomodoro_app.c | 4 ++-- applications/external/wiiec/wii_anal.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/external/pomodoro/flipp_pomodoro_app.c b/applications/external/pomodoro/flipp_pomodoro_app.c index 9235b14a3..1e6499db9 100644 --- a/applications/external/pomodoro/flipp_pomodoro_app.c +++ b/applications/external/pomodoro/flipp_pomodoro_app.c @@ -33,7 +33,7 @@ static bool flipp_pomodoro_app_custom_event_callback(void* ctx, uint32_t event) case FlippPomodoroAppCustomEventStageComplete: if(flipp_pomodoro__get_stage(app->state) == FlippPomodoroStageFocus) { // REGISTER a deed on work stage complete to get an acheivement - dolphin_deed(DolphinDeedPluginGameWin); + // dolphin_deed(DolphinDeedPluginGameWin); FURI_LOG_I(TAG, "Focus stage reward added"); flipp_pomodoro_statistics__increase_focus_stages_completed(app->statistics); @@ -118,4 +118,4 @@ int32_t flipp_pomodoro_app(void* p) { flipp_pomodoro_app_free(app); return 0; -}; \ No newline at end of file +}; diff --git a/applications/external/wiiec/wii_anal.c b/applications/external/wiiec/wii_anal.c index 2a8270fd4..d48e41774 100644 --- a/applications/external/wiiec/wii_anal.c +++ b/applications/external/wiiec/wii_anal.c @@ -454,13 +454,13 @@ int32_t wii_ec_anal(void) { //--------------------------------------------- case EVID_WIIEC: // WiiMote Perhipheral - if(evWiiEC(&msg, state)) redraw = true; + evWiiEC(&msg, state); break; //--------------------------------------------- case EVID_KEY: // Key events patBacklight(state); - if(evKey(&msg, state)) redraw = true; + evKey(&msg, state); break; //---------------------------------------------