mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:58:36 -07:00
Fix subghz merge
This commit is contained in:
@@ -720,7 +720,7 @@ void playlist_free(Playlist* app) {
|
||||
free(app);
|
||||
}
|
||||
|
||||
int32_t playlist_app(char* p) {
|
||||
int32_t playlist_app(void* p) {
|
||||
UNUSED(p);
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user