Skip to content

Commit

Permalink
Updated sl_si91x_host_init API signature based on wifi-sdk v3.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Nov 11, 2024
1 parent 0c48199 commit 71a447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/rs911x/hal/efx32_ncp_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ uint32_t sl_si91x_host_get_wake_indicator(void)
return GPIO_PinInGet(WAKE_INDICATOR_PIN.port, WAKE_INDICATOR_PIN.pin);
}

sl_status_t sl_si91x_host_init(sl_si91x_host_init_configuration * config)
sl_status_t sl_si91x_host_init(const sl_si91x_host_init_configuration * config)
{
#if SL_SPICTRL_MUX
sl_status_t status = sl_board_disable_display();
Expand Down

0 comments on commit 71a447a

Please sign in to comment.