fix more host build error

This commit is contained in:
hathach
2018-12-05 21:12:10 +07:00
parent 2fa32bd949
commit 5a7493ed42
6 changed files with 24 additions and 18 deletions

View File

@@ -58,11 +58,11 @@ int main(void)
board_init();
print_greeting();
//tusb_init();
tusb_init();
while (1)
{
//tusb_task();
tusb_task();
led_blinking_task();