mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
Fix loader hangup on exit if api mismatch happened
This commit is contained in:
@@ -16,6 +16,7 @@ typedef enum {
|
||||
LoaderStatusErrorUnknownApp,
|
||||
LoaderStatusErrorInternal,
|
||||
LoaderStatusErrorApiMismatch,
|
||||
LoaderStatusErrorApiMismatchExit,
|
||||
} LoaderStatus;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user