미사용 변수 삭제

This commit is contained in:
2026-04-21 09:56:24 +09:00
parent 50a8e68cf4
commit 790e3a1b82

View File

@@ -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 */