Skip to content

Commit

Permalink
Restyler changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-patil24 committed Apr 5, 2023
1 parent 5f29026 commit 49a510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/efr32/rs911x/wfx_sl_ble_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void rsi_ble_app_set_event(uint32_t event_num)
* @section description
* This function is used to store all attribute records
*/
void rsi_gatt_add_attribute_to_list(rsi_ble_t *p_val, uint16_t handle, uint16_t data_len, uint8_t * data, uuid_t uuid,
void rsi_gatt_add_attribute_to_list(rsi_ble_t * p_val, uint16_t handle, uint16_t data_len, uint8_t * data, uuid_t uuid,
uint8_t char_prop)
{
if ((p_val->DATA_ix + data_len) >= BLE_ATT_REC_SIZE)
Expand Down

0 comments on commit 49a510a

Please sign in to comment.