Skip to content

Commit 73b5433

Browse files
committed
restyling the PR
1 parent b4620fb commit 73b5433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/rs911x/wfx_sl_ble_init.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void rsi_ble_on_enhance_conn_status_event(rsi_ble_event_enhance_conn_status_t *
121121
*/
122122
void rsi_ble_on_disconnect_event(rsi_ble_event_disconnect_t * resp_disconnect, uint16_t reason)
123123
{
124-
bleEvent.eventType = RSI_BLE_DISCONN_EVENT;
124+
bleEvent.eventType = RSI_BLE_DISCONN_EVENT;
125125
bleEvent.eventData->reason = reason;
126126
BlePostEvent(&bleEvent);
127127
}

0 commit comments

Comments
 (0)