Skip to content

Commit 5572f0e

Browse files
committed
fixed formatting on board.c
1 parent f7f0ea6 commit 5572f0e

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/boards/waveshare_rp2350_usb

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/waveshare_rp2350_usb/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
1414

15-
void board_init(void){
16-
common_hal_usb_host_port_construct(&pin_GPIO12, &pin_GPIO13);
15+
void board_init(void) {
16+
common_hal_usb_host_port_construct(&pin_GPIO12, &pin_GPIO13);
1717
}

0 commit comments

Comments
 (0)