Skip to content

Commit 97f48c6

Browse files
committed
wiseconnect: Patch for sli_si91x_clock_manager.c
Applied __ZEPHYR__ guards around PSRAM configuration and related includes to restrict PSRAM-specific code to non-Zephyr builds. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent a8a5464 commit 97f48c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wiseconnect/components/device/silabs/si91x/mcu/drivers/service/clock_manager/src/sli_si91x_clock_manager.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "sl_si91x_psram_aps6404l_sqh_config.h"
4343
#elif defined(SLI_SI91X_MCU_PSRAM_APS6404L_SQRH)
4444
#include "sl_si91x_psram_aps6404l_sqrh_config.h"
45+
#elif __ZEPHYR__
46+
#include "sl_si91x_psram.h"
4547
#else
4648
#error "No valid PSRAM configuration defined"
4749
#endif

0 commit comments

Comments
 (0)