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
Revision 267:ad6f6f40eb24, committed 2015-01-21
- Comitter:
- rgrover1
- Date:
- Wed Jan 21 09:32:51 2015 +0000
- Parent:
- 266:698e7d095195
- Child:
- 268:bc525cdc88f7
- Commit message:
- Synchronized with git rev 83edad01
Author: Shirish Baskaran
Remove minor warnings seen with GCC ARM toolchain
[Warning] Gap.h@152: 152:16:
Changed in this revision
| public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
| public/GattServer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Wed Jan 21 09:32:51 2015 +0000
+++ b/public/Gap.h Wed Jan 21 09:32:51 2015 +0000
@@ -156,6 +156,8 @@
onTimeout();
}
break;
+ default:
+ break;
}
}
--- a/public/GattServer.h Wed Jan 21 09:32:51 2015 +0000
+++ b/public/GattServer.h Wed Jan 21 09:32:51 2015 +0000
@@ -91,6 +91,8 @@
onConfirmationReceived(charHandle);
}
break;
+ default:
+ break;
}
}
