diff --git a/demos/host/tusb_config.h b/demos/host/tusb_config.h index 1b0015dbf..207b6330a 100644 --- a/demos/host/tusb_config.h +++ b/demos/host/tusb_config.h @@ -58,16 +58,12 @@ //--------------------------------------------------------------------+ // CONTROLLER CONFIGURATION //--------------------------------------------------------------------+ -#define TUSB_CFG_CONTROLLER0_MODE (TUSB_MODE_HOST) +#define TUSB_CFG_CONTROLLER0_MODE (TUSB_MODE_NONE) #define TUSB_CFG_CONTROLLER1_MODE (TUSB_MODE_HOST) //--------------------------------------------------------------------+ // HOST CONFIGURATION //--------------------------------------------------------------------+ - -//------------- CONTROLLER -------------// -#define TUSB_CFG_HOST_CONTROLLER_START_INDEX 0 - #define TUSB_CFG_HOST_DEVICE_MAX 1 #define TUSB_CFG_CONFIGURATION_MAX 1 diff --git a/tests/test/host/ehci/test_ehci_init.c b/tests/test/host/ehci/test_ehci_init.c index ab4e8d219..9e698322a 100644 --- a/tests/test/host/ehci/test_ehci_init.c +++ b/tests/test/host/ehci/test_ehci_init.c @@ -83,7 +83,7 @@ void test_hcd_init_usbint(void) for(uint32_t i=0; iusb_int_enable_bit.usb_error); @@ -107,7 +107,7 @@ void test_hcd_init_async_list(void) for(uint32_t i=0; itt_control); @@ -173,7 +173,7 @@ void test_hcd_init_usbcmd(void) for(uint32_t i=0; iusb_cmd_bit.async_enable); diff --git a/tests/test/host/ehci/test_ehci_structure.c b/tests/test/host/ehci/test_ehci_structure.c index 7a5ff85d5..1dc5caf7b 100644 --- a/tests/test/host/ehci/test_ehci_structure.c +++ b/tests/test/host/ehci/test_ehci_structure.c @@ -305,7 +305,7 @@ void test_ehci_data(void) { for(uint32_t i=0; i