提交 80e7e823 编写于 作者: B bernard.xiong

remove interrupt priority group setting.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1601 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 bf7943c9
......@@ -3484,9 +3484,6 @@ static void NVIC_Configuration(void)
{
NVIC_InitTypeDef NVIC_InitStructure;
/* Configure one bit for preemption priority */
NVIC_PriorityGroupConfig(NVIC_PriorityGroup_1);
/* Enable the EXTI0 Interrupt */
NVIC_InitStructure.NVIC_IRQChannel = ETH_IRQn;
NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册