Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface MQTT mbed-rtos mbed serialzation_lib
Fork of HelloMQTT by
Diff: enno_config.h
- Revision:
- 21:c5f6350a292d
- Parent:
- 20:3858e42b0cd3
--- a/enno_config.h Wed Nov 25 07:07:31 2015 +0000
+++ b/enno_config.h Wed Dec 02 01:54:31 2015 +0000
@@ -2,15 +2,20 @@
* enno_config.h
*
* Created on: 2015年11月20日
- * Author: wzy
+ * Author: v-chawei
*/
#ifndef ENNO_CONFIG_H_
#define ENNO_CONFIG_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
#define ENNO_IOT_TX_BUF_LEN 512
#define ENNO_IOT_RX_BUF_LEN 512
-
+#ifdef __cplusplus
+}
+#endif
#endif /* ENNO_CONFIG_H_ */
