4G_module/examples/tts/inc/cm_demo_tts.h

9 lines
148 B
C

#ifndef __CM_DEMO_TTS_H__
#define __CM_DEMO_TTS_H__
#include <stdint.h>
#include <stddef.h>
void cm_test_tts(unsigned char **cmd,int len);
#endif