From 1a4ea70147216f586f1341d4f1981733ed2c203c Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 03 Jul 2021 21:41:30 +0800 Subject: [PATCH] 采用三个外部中断触发 --- USR/SRC/Clock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/USR/SRC/Clock.c b/USR/SRC/Clock.c index 892233a..3b3e58e 100644 --- a/USR/SRC/Clock.c +++ b/USR/SRC/Clock.c @@ -38,7 +38,7 @@ ; } /* configure the systick handler priority */ - NVIC_SetPriority(SysTick_IRQn, 0x00); + NVIC_SetPriority(SysTick_IRQn, 0x01); } /*! -- Gitblit v1.8.0