Skip to content

Commit

Permalink
remove dump_all() when processing "misc buttons"
Browse files Browse the repository at this point in the history
each platform should be responsible for that
  • Loading branch information
ricardoquesada committed Jan 10, 2025
1 parent 6cbf23e commit d9fc701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/bluepad32/uni_hid_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,6 @@ static void process_misc_button_home(uni_hid_device_t* d) {

// Update "wait" flag.
d->misc_button_wait_release |= MISC_BUTTON_START;

uni_hid_device_dump_all();
}

static void device_connection_timeout(btstack_timer_source_t* ts) {
Expand Down

0 comments on commit d9fc701

Please sign in to comment.