This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
12:efe841863fc8
Parent:
11:c82a7b2899b0
Child:
27:eb66b517efe6
--- a/core/flash/NyLPC_cMiMicConfiglation.h	Sat Apr 20 03:47:14 2013 +0000
+++ b/core/flash/NyLPC_cMiMicConfiglation.h	Sat Apr 20 05:03:57 2013 +0000
@@ -9,6 +9,9 @@
 #ifndef NYLPC_CCONFIGLATIONSTORAGE_H_
 #define NYLPC_CCONFIGLATIONSTORAGE_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
 
 /**
  * IPアドレスはネットワークオーダーで格納する。
@@ -40,4 +43,8 @@
 const struct NyLPC_TMimicConfigulation* NyLPC_cMiMicConfiglation_loadFromFlash(void);
 const struct NyLPC_TMimicConfigulation* NyLPC_cMiMicConfiglation_loadFactoryDefault(void);
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif /* CCONFIGLATIONSTORAGE_H_ */