From 790e3a1b822eba7bacf7925e1ca4c283346c816f Mon Sep 17 00:00:00 2001 From: jhchun Date: Tue, 21 Apr 2026 09:56:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=82=AC=EC=9A=A9=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/ble_peripheral/ble_app_bladder_patch/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/project/ble_peripheral/ble_app_bladder_patch/main.c b/project/ble_peripheral/ble_app_bladder_patch/main.c index 0f8846e..1956859 100644 --- a/project/ble_peripheral/ble_app_bladder_patch/main.c +++ b/project/ble_peripheral/ble_app_bladder_patch/main.c @@ -193,13 +193,7 @@ static uint8_t c_addr[6] = {0}; /* Connected peer BLE a static char * roles_str[] = {"INVALID_ROLE", "CENTRAL", "PERIPHERAL"}; -/*============================================================================== - * Global Variables - * IEC 62304 ยง5.5.3: all global buffers zero-initialized for deterministic startup - *============================================================================*/ -volatile uint8_t Sj_type; /* Command type identifier */ bool power_off_duble_prohibit = false; /* Power-off double prevention flag */ -volatile bool power_state = false; /* Power state tracking */ /* -- External module flags (defined in main_timer/power_control) -- */ extern bool go_device_power_off; /* Power-off request flag */