From 4a89e24804b91902def506a9e898293fa36ccb59 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 10 Jul 2021 11:52:25 +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