Software can read HMC5883L
Fork of BLE_API by
Revision 1175:1d25cd85e851, committed 2016-04-06
- Comitter:
- vcoubard
- Date:
- Wed Apr 06 19:15:22 2016 +0100
- Parent:
- 1174:551333f70bc9
- Child:
- 1176:8b308f971420
- Commit message:
- Synchronized with git rev b0166287
Author: Andres Amaya Garcia
Remove init @note from BLE.h
Changed in this revision
ble/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLE.h Wed Apr 06 19:15:21 2016 +0100 +++ b/ble/BLE.h Wed Apr 06 19:15:22 2016 +0100 @@ -89,11 +89,6 @@ * @note If init() returns BLE_ERROR_NONE, the underlying stack must invoke * the initialization completion callback at some point. * - * @note In some cases, initialization is instantaneous (or blocking); if - * so, it is acceptable for the stack-specific implementation of init() - * to invoke the completion callback directly (within its own - * context). - * * @note Nearly all BLE APIs would return * BLE_ERROR_INITIALIZATION_INCOMPLETE if used on an instance before the * corresponding transport is initialized.