From 88a56b19984ed8f4b8dacf1a678b33ad6965ca78 Mon Sep 17 00:00:00 2001 From: shgutte Date: Fri, 12 Jan 2024 00:18:33 +0530 Subject: [PATCH] Added change to fix the sleep --- examples/platform/silabs/efr32/rs911x/wfx_rsi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/platform/silabs/efr32/rs911x/wfx_rsi.h b/examples/platform/silabs/efr32/rs911x/wfx_rsi.h index 2275549ef7af41..4d692064a5768f 100644 --- a/examples/platform/silabs/efr32/rs911x/wfx_rsi.h +++ b/examples/platform/silabs/efr32/rs911x/wfx_rsi.h @@ -51,6 +51,7 @@ #define WFX_RSI_ST_STA_READY (WFX_RSI_ST_STA_CONNECTED | WFX_RSI_ST_STA_DHCP_DONE) #define WFX_RSI_ST_STARTED (0x200) /* RSI task started */ #define WFX_RSI_ST_SCANSTARTED (0x400) /* Scan Started */ +#define WFX_RSI_ST_SLEEP_READY (0x800) /* Notify the M4 to go to sleep*/ struct wfx_rsi {