MQTT version for enno SDK

Dependencies:   EthernetInterface MQTT mbed-rtos mbed serialzation_lib

Fork of HelloMQTT by MQTT

enno_config.h

Committer:
weiarm2015
Date:
2015-12-02
Revision:
21:c5f6350a292d
Parent:
20:3858e42b0cd3

File content as of revision 21:c5f6350a292d:

/*
 * enno_config.h
 *
 *  Created on: 2015年11月20日
 *      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_ */