implemented basic top bar

This commit is contained in:
Ken Van Hoeylandt
2024-01-02 23:47:49 +01:00
parent e0fc80ca64
commit f6c547ad45
16 changed files with 105 additions and 16 deletions
-2
View File
@@ -1,5 +1,4 @@
#include "nanobake.h"
#include "app_i.h"
#include "app_manifest_registry.h"
#include "devices_i.h"
#include "furi.h"
@@ -52,5 +51,4 @@ __attribute__((unused)) extern void nanobake_start(Config* _Nonnull config) {
register_apps(config);
start_services();
// TODO: option to await starting services?
}