Nordic stack and drivers for the mbed BLE API
Dependents: BLE_Health_Thermometer2
Fork of nRF51822 by
Diff: nordic/app_common/pstorage.cpp
- Revision:
- 33:8efbbf54b66f
- Parent:
- 0:eff01767de02
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 */