fix compilation error

This commit is contained in:
hathach
2013-07-01 10:43:55 +07:00
parent a4f7dc1105
commit e94ce81b04
4 changed files with 41 additions and 38 deletions

View File

@@ -55,7 +55,7 @@
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
STATIC_ cdch_data_t cdch_data[TUSB_CFG_HOST_DEVICE_MAX];
/*STATIC_*/ cdch_data_t cdch_data[TUSB_CFG_HOST_DEVICE_MAX];
//--------------------------------------------------------------------+
// USBH-CLASS DRIVER API

View File

@@ -88,3 +88,5 @@ static tusb_error_t rndis_body_subtask(void)
OSAL_SUBTASK_END
}
#endif