add mutex in furi_create_deprecated (#242)

This commit is contained in:
DrZlo13
2020-11-16 20:22:28 +03:00
committed by GitHub
parent 3d6af91dd1
commit 2ba3722de2
4 changed files with 30 additions and 3 deletions

View File

@@ -87,6 +87,9 @@ typedef struct {
FlipperAppLibrary libs;
} FlipperStartupApp;
// Init core
bool furi_init(void);
/*!
Simply starts application.
It call app entrypoint with param passed as argument.