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