From 8ab9a57e9355822dcaf669a2a6cb0118ebcdf508 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 29 Sep 2025 11:21:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9?= =?UTF-8?q?=D1=81=D1=8B=20=D0=B8=20=D0=B4=D1=80=D0=B0=D0=B9=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/cmsis_os2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/cmsis_os2.c b/Src/cmsis_os2.c index e375db0..368bb35 100644 --- a/Src/cmsis_os2.c +++ b/Src/cmsis_os2.c @@ -605,7 +605,7 @@ __STATIC_INLINE void SVC_Setup (void) { /* Service Call interrupt might be configured before kernel start */ /* and when its priority is lower or equal to BASEPRI, svc intruction */ /* causes a Hard Fault. */ -// NVIC_SetPriority (SVCall_IRQ_NBR, 0U); + NVIC_SetPriority (SVCall_IRQ_NBR, 0U); #endif }