Skip to content

Commit b918868

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/waveshare_rp2350_usb/board.c

Lines changed: 1 addition & 1 deletion
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){
15+
void board_init(void) {
1616
common_hal_usb_host_port_construct(&pin_GPIO12, &pin_GPIO13);
1717
}

0 commit comments

Comments
 (0)