From 9051da0184cf839037f1370c729b27bf065b9c95 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 10 Jul 2021 22:06:34 +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