Fix subghz merge

This commit is contained in:
Willy-JL
2023-07-14 00:03:56 +02:00
parent b670631aa3
commit f03cac5bdb
57 changed files with 1452 additions and 316 deletions

View File

@@ -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);