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: nordic/app_common/pstorage.cpp
- Revision:
- 33:8efbbf54b66f
- Parent:
- 0:eff01767de02
- Child:
- 56:a1071b629aa3
diff -r 84dea0924a63 -r 8efbbf54b66f nordic/app_common/pstorage.cpp --- a/nordic/app_common/pstorage.cpp Thu Jun 26 14:06:37 2014 +0100 +++ b/nordic/app_common/pstorage.cpp Thu Jun 26 14:58:41 2014 +0100 @@ -10,6 +10,8 @@ * */ +#if NEED_PSTORAGE /* disabled by default */ + #include <stdlib.h> #include <stdint.h> #include <string.h> @@ -757,3 +759,4 @@ } #endif // PSTORAGE_RAW_MODE_ENABLE +#endif /* #if NEED_PSTORAGE */