Skip to content

Commit

Permalink
ouch
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jan 1, 2025
1 parent e5861ff commit 94b4125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/bluepad32/bt/uni_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ static void cmd_callback(void* context) {
bluetooth_del_keys();
break;
case CMD_BT_LIST_KEYS:
start_scanning(true);
bluetooth_list_keys();
break;
case CMD_BT_START_SCANNING:
Expand Down Expand Up @@ -596,4 +595,4 @@ int uni_bt_get_gap_min_periodic_length(void) {

void uni_bt_get_local_bd_addr_safe(bd_addr_t addr) {
memcpy(addr, uni_local_bd_addr, BD_ADDR_LEN);
}
}

0 comments on commit 94b4125

Please sign in to comment.