This commit is contained in:
RogueMaster
2022-10-28 11:10:11 -04:00
parent 4f2998d5f9
commit 70418326c9
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -1,7 +1,5 @@
#include "pomodoro.h"
#include <notification/notification_messages.h>
#include <gui/elements.h>
#include <Pomodoro_Timer_icons.h>
#define TAG "PomodoroApp"
@@ -3,6 +3,7 @@
#include <furi_hal.h>
#include <gui/elements.h>
#include <notification/notification_messages.h>
#include <Pomodoro_Timer_icons.h>
const NotificationSequence sequence_finish = {
&message_display_backlight_on,