mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)
This commit is contained in:
@@ -79,7 +79,7 @@ void storage_tick(Storage* app) {
|
||||
}
|
||||
}
|
||||
|
||||
int32_t storage_app(void* p) {
|
||||
int32_t storage_srv(void* p) {
|
||||
Storage* app = storage_app_alloc();
|
||||
furi_record_create("storage", app);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user