mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
22 lines
169 B
C
22 lines
169 B
C
#ifndef _UART2_RECEIVE_H_
|
|
#define _UART2_RECEIVE_H_
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
#include "bsp_timer3.h"
|
|
|
|
#include "bsp_uart2.h"
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|