#ifndef __AT_CMD_H__ #define __AT_CMD_H__ #include "stm32f10x.h" #define MAX_FRAME_LEN 50 void UsartParseDataHandler(uint8_t data); #endif