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: btle/btle.cpp
- Revision:
- 33:8efbbf54b66f
- Parent:
- 32:84dea0924a63
- Child:
- 34:48d24b1d2fe6
diff -r 84dea0924a63 -r 8efbbf54b66f btle/btle.cpp --- a/btle/btle.cpp Thu Jun 26 14:06:37 2014 +0100 +++ b/btle/btle.cpp Thu Jun 26 14:58:41 2014 +0100 @@ -57,7 +57,9 @@ /**************************************************************************/ static void sys_evt_dispatch(uint32_t sys_evt) { +#if NEED_PSTORAGE /* disabled by default */ pstorage_sys_event_handler(sys_evt); +#endif } /**************************************************************************/