mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Made UniRFRemix a FAP, added a Loader for Main Menu
Requires one change in api_symbols.scv
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <applications/services/loader/loader_i.h>
|
||||
|
||||
#define TAG "unirfremix_loader_app"
|
||||
|
||||
int32_t unirfremix_loader_app(void* p) {
|
||||
UNUSED(p);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user