Commit bd2e59a 1 parent 909054c commit bd2e59a Copy full SHA for bd2e59a
File tree 2 files changed +2
-8
lines changed
GENERIC_WB32_F3G71XX/board
GENERIC_WB32_FQ95XX/board
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,11 @@ void __early_init(void) {
73
73
wb32_clock_init ();
74
74
wb32_gpio_init ();
75
75
}
76
+
76
77
/**
77
78
* @brief Board-specific initialization code.
78
79
* @note You can add your board-specific code here.
79
80
*/
80
81
void boardInit (void ) {
81
82
82
83
}
83
-
84
- void restart_usb_driver (USBDriver * usbp ) {
85
- // Do nothing. Restarting the USB driver on these boards breaks it.
86
- }
Original file line number Diff line number Diff line change @@ -73,14 +73,11 @@ void __early_init(void) {
73
73
wb32_clock_init ();
74
74
wb32_gpio_init ();
75
75
}
76
+
76
77
/**
77
78
* @brief Board-specific initialization code.
78
79
* @note You can add your board-specific code here.
79
80
*/
80
81
void boardInit (void ) {
81
82
82
83
}
83
-
84
- void restart_usb_driver (USBDriver * usbp ) {
85
- // Do nothing. Restarting the USB driver on these boards breaks it.
86
- }
You can’t perform that action at this time.
0 commit comments