9 lines
151 B
C
9 lines
151 B
C
|
|
#ifndef __CM_DEMO_MQTT_H__
|
||
|
|
#define __CM_DEMO_MQTT_H__
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
#include <stddef.h>
|
||
|
|
|
||
|
|
void cm_test_mqtt(unsigned char **cmd,int len);
|
||
|
|
|
||
|
|
#endif
|