mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
hci: fix unused variable warning
This commit is contained in:
parent
df9e278041
commit
31b1e95416
@ -5085,7 +5085,6 @@ static bool hci_run_general_pending_commands(void){
|
|||||||
static void hci_run(void){
|
static void hci_run(void){
|
||||||
|
|
||||||
// stack state sub statemachines
|
// stack state sub statemachines
|
||||||
hci_connection_t *connection;
|
|
||||||
switch (hci_stack->state) {
|
switch (hci_stack->state) {
|
||||||
case HCI_STATE_INITIALIZING:
|
case HCI_STATE_INITIALIZING:
|
||||||
hci_initializing_run();
|
hci_initializing_run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user