mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-29 10:55:02 +00:00
Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
@ -67,9 +67,7 @@ int main(void) {
|
||||
};
|
||||
tusb_init(BOARD_TUH_RHPORT, &host_init);
|
||||
|
||||
if (board_init_after_tusb) {
|
||||
board_init_after_tusb();
|
||||
}
|
||||
board_init_after_tusb();
|
||||
|
||||
while (1) {
|
||||
// tinyusb host task
|
||||
|
||||
Reference in New Issue
Block a user