#ifndef _BSP_HUART_H #define _BSP_HUART_H void bsp_huart_init(void); u8* huart_get_rxbuf(u16 *len); #endif