diff --git a/Software/include/common.h b/Software/include/common.h index 18d43ed..c65a1f2 100644 --- a/Software/include/common.h +++ b/Software/include/common.h @@ -50,10 +50,9 @@ typedef enum eSystem_Status { + sysStat_Init, sysStat_Startup, sysStat_Normal, - sysStat_Rain, - sysStat_Purge, sysStat_Error, sysStat_Shutdown } tSystem_Status;