4G_module/examples/ntp/inc/cm_demo_ntp.h

9 lines
148 B
C

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