From fd5951a6e53bf26a4fda0141bdece4f48e5f9105 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 2 Jul 2026 14:38:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20JTAG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP/main.c b/APP/main.c index 91b12f4..6e3a6a2 100644 --- a/APP/main.c +++ b/APP/main.c @@ -108,7 +108,7 @@ static void Boot2App(void) { } -bool is_jtag_debug_active(void) { +static bool is_jtag_debug_active(void) { // Проверяем, включена ли отладка return (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk) != 0; }