Openwear requires RC oscillator to be used

Fork of nRF51822 by Nordic Semiconductor

Revision:
33:8efbbf54b66f
Parent:
0:eff01767de02
Child:
56:a1071b629aa3
--- 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 */