bsp_huart.h 111 B

123456789
  1. #ifndef _BSP_HUART_H
  2. #define _BSP_HUART_H
  3. void bsp_huart_init(void);
  4. u8* huart_get_rxbuf(u16 *len);
  5. #endif