adjusted systemStatus variants to this Project

This commit is contained in:
Marcel Peterkau 2024-05-31 03:04:07 +02:00
parent c9fba23e70
commit a20a351002

View File

@ -50,10 +50,9 @@
typedef enum eSystem_Status
{
sysStat_Init,
sysStat_Startup,
sysStat_Normal,
sysStat_Rain,
sysStat_Purge,
sysStat_Error,
sysStat_Shutdown
} tSystem_Status;