forked from logzhan/RobotHardware-UESTC
12 lines
155 B
C
12 lines
155 B
C
|
#ifndef BSP_NVIC_H
|
||
|
#define BSP_NVIC_H
|
||
|
|
||
|
#include "stm32f10x.h"
|
||
|
void NVIC_Config(void);
|
||
|
void NVIC_uart1_Config(void);
|
||
|
void NVIC_TIM1_Config(void);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|