Initial awareness alarm implementation
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#define STORAGE_KEY_ALARM_HOUR 0
|
||||
#define STORAGE_KEY_ALARM_MINUTE 1
|
||||
#define STORAGE_KEY_ALARMING_FOR_AWARENESS 2
|
||||
|
||||
typedef enum
|
||||
{
|
||||
STATUS_CONFIRMATION = 0,
|
||||
STATUS_SET_FAILURE = 1,
|
||||
STATUS_MATH_FAILURE = 2
|
||||
} StatusWindowPurpose;
|
||||
|
||||
static void push_setter_window();
|
||||
|
||||
Reference in New Issue
Block a user