Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 267:ad6f6f40eb24
- Parent:
- 260:ea7f9f14cc15
- Child:
- 325:501ad8b8bbe5
--- 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; } }