This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -86,7 +86,7 @@ struct Desktop {
FuriPubSubSubscription* ascii_events_subscription;
};
Desktop* desktop_alloc();
Desktop* desktop_alloc(void);
void desktop_free(Desktop* desktop);
void desktop_lock(Desktop* desktop, bool pin_lock);