Skip to content

Commit db40286

Browse files
committed
Don't leave out them gamepads
1 parent d66d8ed commit db40286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/badge_hid_host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ static void hid_host_device_event(hid_host_device_handle_t hid_device_handle, co
619619
// print_report_descriptor(hid_device_handle);
620620
}
621621
}
622-
ESP_ERROR_CHECK(hid_host_device_start(hid_device_handle));
623622
}
623+
ESP_ERROR_CHECK(hid_host_device_start(hid_device_handle));
624624
break;
625625
default:
626626
break;

0 commit comments

Comments
 (0)