mod_atcmd.h 161 B

12345678910
  1. #ifndef __MOD_AT_CMD_H__
  2. #define __MOD_AT_CMD_H__
  3. #include "stdint.h"
  4. void MOD_AtCmdDataProcess(void *data, uint16_t length);
  5. #endif /* __MOD_AT_CMD_H__ */