bsp.h 105 B

123456789101112
  1. #ifndef _BSP_H_
  2. #define _BSP_H_
  3. void ModemSendAt(char *p);
  4. void CreateSerialAtThead(void);
  5. #endif