diff options
| author | hathach <[email protected]> | 2014-04-17 18:02:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-17 18:02:51 +0700 |
| commit | 44b36d74f2c75b4aae061d95e5468c367a8ed1a3 (patch) | |
| tree | ac35d2f12aba56688767feea538e9a35e54e0c96 /tinyusb/class/cdc_host.c | |
| parent | c4c8ca857c084c86236584309bea641b6473ae91 (diff) | |
clean up STATIC_VAR
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 679b3752f..0227e5e95 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]; // TODO to be static
+STATIC_VAR cdch_data_t cdch_data[TUSB_CFG_HOST_DEVICE_MAX]; // TODO to be static
static inline cdc_pipeid_t get_app_pipeid(pipe_handle_t pipe_hdl) ATTR_PURE ATTR_ALWAYS_INLINE;
static inline cdc_pipeid_t get_app_pipeid(pipe_handle_t pipe_hdl)
|
