jgh
Fork of BLE_API by
Revision 1209:d912402c34ec, committed 2017-02-05
- Comitter:
- stoicancristi
- Date:
- Sun Feb 05 16:30:25 2017 +0000
- Parent:
- 1208:65474dc93927
- Commit message:
- BLE
Changed in this revision
ble/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLE.h Wed Sep 14 14:18:00 2016 +0100 +++ b/ble/BLE.h Sun Feb 05 16:30:25 2017 +0000 @@ -1552,7 +1552,7 @@ */ ble_error_t initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback); -private: +public: BLE(const BLE&); BLE &operator=(const BLE &);