Skip to content

Commit 71a447a

Browse files
Updated sl_si91x_host_init API signature based on wifi-sdk v3.4.0-rc2
1 parent 0c48199 commit 71a447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/efr32/rs911x/hal/efx32_ncp_host.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ uint32_t sl_si91x_host_get_wake_indicator(void)
151151
return GPIO_PinInGet(WAKE_INDICATOR_PIN.port, WAKE_INDICATOR_PIN.pin);
152152
}
153153

154-
sl_status_t sl_si91x_host_init(sl_si91x_host_init_configuration * config)
154+
sl_status_t sl_si91x_host_init(const sl_si91x_host_init_configuration * config)
155155
{
156156
#if SL_SPICTRL_MUX
157157
sl_status_t status = sl_board_disable_display();

0 commit comments

Comments
 (0)