Skip to content

Commit 32c95e8

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 2d92274 commit 32c95e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cores/esp32/esp32-hal-tinyusb.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -507,12 +507,7 @@ static void usb_switch_to_cdc_jtag() {
507507
usb_fsls_phy_ll_int_jtag_enable(&USB_SERIAL_JTAG);
508508
#else
509509
// usb_serial_jtag_ll_phy_set_defaults();
510-
const usb_serial_jtag_pull_override_vals_t pull_conf = {
511-
.dp_pu = 1,
512-
.dm_pu = 0,
513-
.dp_pd = 0,
514-
.dm_pd = 0
515-
};
510+
const usb_serial_jtag_pull_override_vals_t pull_conf = {.dp_pu = 1, .dm_pu = 0, .dp_pd = 0, .dm_pd = 0};
516511
usb_serial_jtag_ll_phy_enable_pull_override(&pull_conf);
517512
usb_serial_jtag_ll_phy_disable_pull_override();
518513
#endif

0 commit comments

Comments
 (0)