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.
Dependencies: BLE_API mbed nRF51822
Diff: main.cpp
- Revision:
- 1:d623a5792ce5
- Parent:
- 0:4eaf82806f06
- Child:
- 3:d58f3a5bd66c
diff -r 4eaf82806f06 -r d623a5792ce5 main.cpp --- a/main.cpp Mon Aug 18 16:03:22 2014 +0000 +++ b/main.cpp Thu Aug 21 14:09:18 2014 +0000 @@ -47,7 +47,6 @@ connectionParams.connectionSupervisionTimeout = Config::supervisionTimeout; if (ble.updateConnectionParams(handle, &connectionParams) != BLE_ERROR_NONE) { DEBUG("failed to update connection paramter\r\n"); - } else { } Transfer::reset();