summaryrefslogtreecommitdiff
path: root/tinyusb/class/msc_host.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-17 18:02:51 +0700
committerhathach <[email protected]>2014-04-17 18:02:51 +0700
commit44b36d74f2c75b4aae061d95e5468c367a8ed1a3 (patch)
treeac35d2f12aba56688767feea538e9a35e54e0c96 /tinyusb/class/msc_host.c
parentc4c8ca857c084c86236584309bea641b6473ae91 (diff)
clean up STATIC_VAR
Diffstat (limited to 'tinyusb/class/msc_host.c')
-rw-r--r--tinyusb/class/msc_host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc_host.c
index 4983a95f4..e3eaf7993 100644
--- a/tinyusb/class/msc_host.c
+++ b/tinyusb/class/msc_host.c
@@ -53,7 +53,6 @@
//--------------------------------------------------------------------+
TUSB_CFG_ATTR_USBRAM STATIC_VAR msch_interface_t msch_data[TUSB_CFG_HOST_DEVICE_MAX];
-
//------------- Initalization Data -------------//
OSAL_SEM_DEF(msch_semaphore);
static osal_semaphore_handle_t msch_sem_hdl;