High level Bluetooth Low Energy API and radio abstraction layer
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; } }