diff options
| author | hathach <[email protected]> | 2013-07-01 10:43:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 10:43:55 +0700 |
| commit | e94ce81b045069f12e29ea355c2248ef6254ca0d (patch) | |
| tree | 8ed41efb2aa2eb78c29d2faf39d1c503b991dd69 /tinyusb/class/cdc_host.c | |
| parent | a4f7dc1105f2a2f9aa27fdef810024eebbb7f2ba (diff) | |
fix compilation error
Diffstat (limited to 'tinyusb/class/cdc_host.c')
| -rw-r--r-- | tinyusb/class/cdc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc_host.c b/tinyusb/class/cdc_host.c index 0f3a8fcaf..f4d82fc6f 100644 --- a/tinyusb/class/cdc_host.c +++ b/tinyusb/class/cdc_host.c @@ -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 |
