Skip to content

Commit bcf88a8

Browse files
committed
Fix typo from null to nullptr.
1 parent e92d18e commit bcf88a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/src/BLEGatt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void BLEGatt::_eventHandler(ble_evt_t* evt)
211211

212212
if (rd_rsp->count)
213213
{
214-
ble_gattc_handle_value_t hdl_value = { 0, null };
214+
ble_gattc_handle_value_t hdl_value = { 0, nullptr };
215215

216216
if ( ERROR_NONE == sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter(&evt->evt.gattc_evt, &hdl_value) )
217217
{

0 commit comments

Comments
 (0)