Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jun 3, 2024
1 parent 2d92274 commit 32c95e8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cores/esp32/esp32-hal-tinyusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,7 @@ static void usb_switch_to_cdc_jtag() {
usb_fsls_phy_ll_int_jtag_enable(&USB_SERIAL_JTAG);
#else
// usb_serial_jtag_ll_phy_set_defaults();
const usb_serial_jtag_pull_override_vals_t pull_conf = {
.dp_pu = 1,
.dm_pu = 0,
.dp_pd = 0,
.dm_pd = 0
};
const usb_serial_jtag_pull_override_vals_t pull_conf = {.dp_pu = 1, .dm_pu = 0, .dp_pd = 0, .dm_pd = 0};
usb_serial_jtag_ll_phy_enable_pull_override(&pull_conf);
usb_serial_jtag_ll_phy_disable_pull_override();
#endif
Expand Down

0 comments on commit 32c95e8

Please sign in to comment.