bsp.h 117 B

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