Skip to content

Commit 13275a7

Browse files
fimohamejhedberg
authored andcommitted
wiseconnect: Patch for sl_si91x_m4_ps.h
guard sl_event_handler.h inclusion and declared sli_si91x_m4_ta_wakeup_configurations() in sl_si91x_m4_ps.h Signed-off-by: S Mohamed Fiaz <[email protected]> Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent c5eb70b commit 13275a7

File tree

1 file changed

+3
-0
lines changed
  • wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc

1 file changed

+3
-0
lines changed

wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/sl_si91x_m4_ps.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
#include "rsi_rom_ulpss_clk.h"
4343
#include "rsi_rom_timer.h"
4444
#include "rsi_rom_power_save.h"
45+
#ifndef __ZEPHYR__
4546
#include "sl_event_handler.h"
47+
#endif
4648

4749
/*=======================================================================*/
4850
//! Power save command parameters
@@ -64,5 +66,6 @@ void IRQ026_Handler();
6466
void vPortSetupTimerInterrupt(void);
6567

6668
void wakeup_source_config(void);
69+
void sli_si91x_m4_ta_wakeup_configurations(void);
6770
#endif /* SLI_SI91X_MCU_INTERFACE */
6871
#endif /* SL_SI91X_M4_POWERSAVE_H_ */

0 commit comments

Comments
 (0)