mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Fix dolphin deed's
This commit is contained in:
@@ -147,7 +147,7 @@ void subghz_remote_app_free(SubGhzRemoteApp* app) {
|
||||
|
||||
int32_t subghz_remote_app(void* p) {
|
||||
UNUSED(p);
|
||||
DOLPHIN_DEED(DolphinDeedPluginStart);
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
SubGhzRemoteApp* subghz_remote_app = subghz_remote_app_alloc();
|
||||
|
||||
furi_string_set(subghz_remote_app->file_path, SUBREM_APP_FOLDER);
|
||||
|
||||
Reference in New Issue
Block a user