mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
16 lines
199 B
C
16 lines
199 B
C
#ifndef _BSP_TIMER3_H_
|
|
#define _BSP_TIMER3_H_
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
#include "bsp_uart3.h"
|
|
|
|
#include "esp8266_uart2.h"
|
|
|
|
#include "basic_data.h"
|
|
|
|
void BSP_Timer3Init(void);
|
|
|
|
#endif
|
|
|