RobotHardware-UESTC/Hardware/Firmware/GeekRobotTiny_Firmware v1.0/DRV/bsp_NVIC.C

44 lines
1.0 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
********************************************************************************************************
文件名bsp_NVIC.c
功 能:中断配置
备 注:
淘 宝https://shop60670850.taobao.com
作 者lilianhe
日 期: 2017-2-6
*********************************************************************************************************
*/
/*
********************************************************************************************************
更新日志:
1.2017-2-6,编写uart和time中断
*********************************************************************************************************
*/
#include "bsp_nvic.h"
/*
********************************************************************************************************
函数名称void NVIC_Config(void)
函数功能:配置各个中断的优先级
硬件连接:
备 注:
日 期: 2017-2-6
*********************************************************************************************************
*/
void NVIC_Config(void)
{
//NVIC_TIM1_Config();
}
////配置timer6的中断配置
//void NVIC_TIM6_Config(void)
//{
//}