Skip to content

Commit 03a5017

Browse files
authored
Merge pull request #531 from adafruit/fix-504
fix typo
2 parents 8e38fcd + 21924d1 commit 03a5017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/src/BLEClientCharacteristic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ bool BLEClientCharacteristic::_discoverDescriptor(uint16_t conn_handle, ble_gatt
153153
if ( disc_rsp.descs[i].uuid.type == BLE_UUID_TYPE_BLE &&
154154
disc_rsp.descs[i].uuid.uuid == BLE_UUID_DESCRIPTOR_CLIENT_CHAR_CONFIG )
155155
{
156-
LOG_LV2("DISC", "Found CCDD: handle = %d", disc_rsp.descs[i].handle);
156+
LOG_LV2("DISC", "Found CCCD: handle = %d", disc_rsp.descs[i].handle);
157157
_cccd_handle = disc_rsp.descs[i].handle;
158158

159159
break;

0 commit comments

Comments
 (0)