We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c48199 commit 71a447aCopy full SHA for 71a447a
examples/platform/silabs/efr32/rs911x/hal/efx32_ncp_host.c
@@ -151,7 +151,7 @@ uint32_t sl_si91x_host_get_wake_indicator(void)
151
return GPIO_PinInGet(WAKE_INDICATOR_PIN.port, WAKE_INDICATOR_PIN.pin);
152
}
153
154
-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)
155
{
156
#if SL_SPICTRL_MUX
157
sl_status_t status = sl_board_disable_display();
0 commit comments