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
Diff: source/btle/btle_security.cpp
- Revision:
- 549:3f782c64d014
- Parent:
- 541:884f95bf5351
- Child:
- 558:c4b56f9d6f3b
diff -r 920e941cbe1e -r 3f782c64d014 source/btle/btle_security.cpp --- a/source/btle/btle_security.cpp Mon Jan 11 10:19:06 2016 +0000 +++ b/source/btle/btle_security.cpp Mon Jan 11 10:19:06 2016 +0000 @@ -15,12 +15,15 @@ */ #include "btle.h" -#include "pstorage.h" #include "nRF5xGap.h" #include "nRF5xSecurityManager.h" +extern "C" { +#include "pstorage.h" #include "device_manager.h" +} + #include "btle_security.h" static dm_application_instance_t applicationInstance;