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.
Fork of nRF51822 by
Revision 609:e640f9176975, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 23:40:33 2016 +0000
- Parent:
- 608:d9f8ffc6fc07
- Child:
- 610:38a50d5daf42
- Commit message:
- Synchronized with git rev 29d53c29
Author: Vincent Coubard
Remove dependency to mbed-error
Changed in this revision
| source/nRF5xCharacteristicDescriptorDiscoverer.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nRF5xCharacteristicDescriptorDiscoverer.cpp Mon Jan 11 22:33:57 2016 +0000 +++ b/source/nRF5xCharacteristicDescriptorDiscoverer.cpp Mon Jan 11 23:40:33 2016 +0000 @@ -15,7 +15,6 @@ */ #include "nRF5xCharacteristicDescriptorDiscoverer.h" #include "ble_err.h" -#include "mbed-drivers/mbed_error.h" #include "ble/DiscoveredCharacteristicDescriptor.h" nRF5xCharacteristicDescriptorDiscoverer::nRF5xCharacteristicDescriptorDiscoverer() :
