diff options
| author | hathach <[email protected]> | 2019-05-01 20:41:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-01 20:41:26 +0700 |
| commit | 205077876380cc63f34c99c559c41ed3a2eaaa81 (patch) | |
| tree | ed9435bbcde6439fce1675effc6dcfa51150f696 /src/class/cdc | |
| parent | c006f3dbce7820bbdc2c1736ba0cb4a4e629f0b6 (diff) | |
clean up
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.c b/src/class/cdc/cdc_device.c index 5e0f4e3f7..7a0380e6b 100644 --- a/src/class/cdc/cdc_device.c +++ b/src/class/cdc/cdc_device.c @@ -71,7 +71,7 @@ typedef struct //--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
-CFG_TUSB_MEM_SECTION static cdcd_interface_t _cdcd_itf[CFG_TUD_CDC] = { { 0 } };
+CFG_TUSB_MEM_SECTION static cdcd_interface_t _cdcd_itf[CFG_TUD_CDC];
// TODO will be replaced by dcd_edpt_busy()
bool pending_read_from_host;
|
