fix compiler error for USB1 to none in ehci.c

rename and moving bsp ea4357
This commit is contained in:
hathach
2013-04-22 11:00:43 +07:00
parent 3f9a73a34d
commit c20071c55c
19 changed files with 682 additions and 6 deletions

View File

@@ -678,7 +678,7 @@ STATIC_ INLINE_ ehci_link_t* get_period_frame_list(uint8_t hostid)
return period_frame_list0;
#endif
#if (TUSB_CFG_CONTROLLER0_MODE & TUSB_MODE_HOST)
#if (TUSB_CFG_CONTROLLER1_MODE & TUSB_MODE_HOST)
case 1:
return period_frame_list1;
#endif