Skip to content

Commit 91f46d7

Browse files
authored
fix duplicate close parens
1 parent 68411ff commit 91f46d7

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)