mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
79:22b57129590b
Parent:
72:6b1d37b5420a
Child:
80:8b3bff9cc598
--- a/source/OptionsBuilder.cpp	Fri Nov 04 22:35:14 2016 +0000
+++ b/source/OptionsBuilder.cpp	Fri Nov 04 22:38:41 2016 +0000
@@ -38,7 +38,7 @@
     this->m_domain           		= DEFAULT_DOMAIN;
     this->m_endpoint_type    	 	= DEFAULT_ENDPOINT_TYPE;
 #ifdef ENABLE_MBED_CLOUD_SUPPORT
-	extern char gIdcDevSecurityAccountId[33];
+	extern "C" char gIdcDevSecurityAccountId[33];
 	this->m_node_name        	 	= (char *)gIdcDevSecurityAccountId;
 #else
     this->m_node_name        	 	= NODE_NAME;