mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
25 lines
208 B
C
25 lines
208 B
C
#ifndef _UART3_RECEIVE_H_
|
|
#define _UART3_RECEIVE_H_
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
#include "bsp_timer3.h"
|
|
|
|
#include "bsp_uart3.h"
|
|
|
|
|
|
void BSP_UART3ReceiveInfor(void);
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|