summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-02-29 20:19:35 +0100
committerIngHK <[email protected]>2024-03-10 08:13:22 +0100
commite6d27b6d3e8fc928cc00ab08898243c7e037ba35 (patch)
tree115cd7a2b3dadedec32ff95e985c8ccb40ed5c32 /src
parente7308e313a1fb5482dbbb34cdfc6b7b11a54fd6b (diff)
fixed IAR compile error
Diffstat (limited to 'src')
-rw-r--r--src/class/cdc/cdc_host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c
index d2bc63d64..dfe078de4 100644
--- a/src/class/cdc/cdc_host.c
+++ b/src/class/cdc/cdc_host.c
@@ -113,7 +113,6 @@ CFG_TUH_MEM_SECTION
static cdch_interface_t cdch_data[CFG_TUH_CDC];
#if CFG_TUH_CDC_FTDI || CFG_TUH_CDC_PL2303
- CFG_TUH_MEM_SECTION CFG_TUH_MEM_ALIGN
static tusb_desc_device_t desc_dev[CFG_TUH_ENUMERATION_BUFSIZE];
#endif