Skip to content

Commit

Permalink
minor corrections to the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavidebor committed Jul 25, 2015
1 parent 9532157 commit 4092941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ble/services/DeviceInformationService.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DeviceInformationService {
(softwareRevision != NULL) ? strlen(softwareRevision) : 0, /* maxLength */
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ)
{
static bool serviceAdded = false; /* We should only ever need to add the heart rate service once. */
static bool serviceAdded = false; /* We should only ever need to add the information service once. */
if (serviceAdded) {
return;
}
Expand Down

0 comments on commit 4092941

Please sign in to comment.