From a4f7dc1105f2a2f9aa27fdef810024eebbb7f2ba Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 1 Jul 2013 10:35:37 +0700 Subject: add & pass a first few test for cdc host implement cdch_open_subtask --- tinyusb/host/usbh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/host') diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index fa366cb66..71a994443 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -298,7 +298,7 @@ void usbh_device_unplugged_isr(uint8_t hostid) //--------------------------------------------------------------------+ // ENUMERATION TASK //--------------------------------------------------------------------+ -tusb_error_t enumeration_body_subtask(void); +static tusb_error_t enumeration_body_subtask(void); // To enable the TASK_ASSERT style (quick return on false condition) in a real RTOS, a task must act as a wrapper // and is used mainly to call subtasks. Within a subtask return statement can be called freely, the task with -- cgit v1.3.1