enabled USB hub debug

This commit is contained in:
Markus Fröschle
2013-12-10 20:53:26 +00:00
parent 9b6a2e0d14
commit 7982beb05d
4 changed files with 54 additions and 53 deletions

View File

@@ -640,7 +640,7 @@ void init_usb(void)
}
} while (handle >= 0);
xprintf("finished\r\n");
xprintf("finished (found %d USB controller(s))\r\n", usb_found);
}
static bool i2c_transfer_finished(void)