Skip to content

Commit a8a5464

Browse files
committed
wiseconnect: Patch for rsi_deepsleep_soc.c
Included sl_si91x_psram.h under __ZEPHYR__ guard to ensure compatibility with Zephyr builds. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent a053bc7 commit a8a5464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/rsi_deepsleep_soc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ extern void set_scdc(uint32_t Deepsleep);
7878
#include "sl_si91x_psram_aps6404l_sqh_config.h"
7979
#elif defined(SLI_SI91X_MCU_PSRAM_APS6404L_SQRH)
8080
#include "sl_si91x_psram_aps6404l_sqrh_config.h"
81+
#elif __ZEPHYR__
82+
#include "sl_si91x_psram.h"
8183
#else
8284
#error "No valid PSRAM configuration defined"
8385
#endif

0 commit comments

Comments
 (0)