nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
100:422b051b7151
Parent:
65:98215c4f3a25
--- a/nordic/nrf-sdk/app_common/pstorage.h	Fri Mar 20 10:31:37 2015 +0000
+++ b/nordic/nrf-sdk/app_common/pstorage.h	Mon Mar 23 16:26:59 2015 +0000
@@ -31,6 +31,10 @@
 
 #include "pstorage_platform.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* #ifdef __cplusplus */
+
 
 /**@defgroup ps_opcode Persistent Storage Access Operation Codes
  * @{
@@ -380,5 +384,9 @@
 /**@} */
 /**@} */
 
+#ifdef __cplusplus
+}
+#endif /* #ifdef __cplusplus */
+
 #endif // PSTORAGE_H__
-
+
\ No newline at end of file