미사용 변수 삭제
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user