propely handle sysstart and display Startup

This commit is contained in:
2023-04-17 23:12:13 +02:00
parent f33076a0a3
commit 3e77f89538
2 changed files with 52 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
typedef enum eSystem_Status
{
sysStat_null,
sysStat_Startup,
sysStat_Normal,
sysStat_Error,
@@ -12,6 +13,7 @@ typedef enum eSystem_Status
} tSystem_Status;
const char sSystem_Status_txt[][9] = {
"Null",
"Startup",
"Normal",
"Error",