Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)
This commit is contained in:
@@ -315,7 +315,7 @@ static void do_test_end(Storage* api, const char* path) {
|
||||
string_clear(str_path_2);
|
||||
}
|
||||
|
||||
int32_t storage_app_test(void* p) {
|
||||
int32_t storage_test_app(void* p) {
|
||||
Storage* api = furi_record_open("storage");
|
||||
do_test_start(api, "/int");
|
||||
do_test_start(api, "/any");
|
||||
|
@@ -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