Skip to content

Commit

Permalink
double ouch. WTF happened here ???
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jan 1, 2025
1 parent 94b4125 commit 6ed84b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/bluepad32/bt/uni_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ static void cmd_callback(void* context) {
uni_hid_device_dump_all();
break;
case CMD_DISCONNECT_DEVICE:
uni_hid_device_dump_all();
d = uni_hid_device_get_instance_for_idx(args);
if (!d) {
loge("cmd_callback: Invalid device index: %d\n", args);
Expand All @@ -214,7 +213,6 @@ static void cmd_callback(void* context) {
uni_hid_device_delete(d);
break;
case CMD_BLE_SERVICE_ENABLE:
uni_hid_device_dump_all();
uni_bt_service_set_enabled(true);
break;
case CMD_BLE_SERVICE_DISABLE:
Expand Down

0 comments on commit 6ed84b6

Please sign in to comment.