We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f0ea6 commit 5572f0eCopy full SHA for 5572f0e
ports/raspberrypi/boards/waveshare_rp2350_usb/board.c
@@ -12,6 +12,6 @@
12
13
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
14
15
-void board_init(void){
16
- common_hal_usb_host_port_construct(&pin_GPIO12, &pin_GPIO13);
+void board_init(void) {
+ common_hal_usb_host_port_construct(&pin_GPIO12, &pin_GPIO13);
17
}
0 commit comments