Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: UUID.cpp
- Revision:
- 43:ac154ac74a30
- Parent:
- 34:da2ea8cd6216
- Child:
- 50:9078969e80e4
diff -r 06e75fee52cf -r ac154ac74a30 UUID.cpp
--- a/UUID.cpp Fri May 23 11:08:43 2014 +0100
+++ b/UUID.cpp Fri May 23 13:12:52 2014 +0100
@@ -90,7 +90,7 @@
uuid_base[8] + uuid_base[9] + uuid_base[10] + uuid_base[11] +
uuid_base[12] + uuid_base[13] + uuid_base[14] + uuid_base[15] == 0) {
type = UUID_TYPE_SHORT;
- } else {
+ } else {
type = UUID_TYPE_LONG;
}
}
@@ -151,7 +151,7 @@
uuid_base[8] + uuid_base[9] + uuid_base[10] + uuid_base[11] +
uuid_base[12] + uuid_base[13] + uuid_base[14] + uuid_base[15] == 0) {
type = UUID_TYPE_SHORT;
- } else {
+ } else {
type = UUID_TYPE_LONG;
}
