We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
nullptr
1 parent e92d18e commit bcf88a8Copy full SHA for bcf88a8
libraries/Bluefruit52Lib/src/BLEGatt.cpp
@@ -211,7 +211,7 @@ void BLEGatt::_eventHandler(ble_evt_t* evt)
211
212
if (rd_rsp->count)
213
{
214
- ble_gattc_handle_value_t hdl_value = { 0, null };
+ ble_gattc_handle_value_t hdl_value = { 0, nullptr };
215
216
if ( ERROR_NONE == sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter(&evt->evt.gattc_evt, &hdl_value) )
217
0 commit comments