Make settings menus external -21.7kb DFU

This commit is contained in:
Willy-JL
2024-02-14 04:36:48 +00:00
parent 1b91ec95c3
commit acc352e61f
29 changed files with 99 additions and 22 deletions

View File

@@ -59,4 +59,12 @@ struct NotificationApp {
NotificationSettings settings;
};
#ifdef __cplusplus
extern "C" {
#endif
void notification_message_save_settings(NotificationApp* app);
#ifdef __cplusplus
}
#endif