1
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:
MX
2023-07-06 17:42:18 +03:00
parent 55149f6d4c
commit f81f4edad3
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ typedef enum {
LoaderStatusErrorUnknownApp,
LoaderStatusErrorInternal,
LoaderStatusErrorApiMismatch,
LoaderStatusErrorApiMismatchExit,
} LoaderStatus;
typedef enum {