Skip to content

Commit 0f47d8d

Browse files
authored
Merge pull request #728 from rkone/patch-1
fix duplicate close parens
2 parents 68411ff + 91f46d7 commit 0f47d8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp_utils/BLEUUID.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ BLEUUID::BLEUUID(std::string value) {
9595
m_uuid.uuid.uuid32 += (((MSB&0x0F) <<4) | (LSB & 0x0F))<<(6-i)*4;
9696
i+=2;
9797
}
98-
}
99-
}
10098
}
10199
else if (value.length() == 16) { // how we can have 16 byte length string reprezenting 128 bit uuid??? needs to be investigated (lack of time)
102100
m_uuid.len = ESP_UUID_LEN_128;

0 commit comments

Comments
 (0)