#include "globals.h" Globals_t globals; void initGlobals() { globals.systemStatus = sysStat_Startup; globals.requestEEAction = EE_IDLE; }