summaryrefslogtreecommitdiff
path: root/demos/device/src/cdcd_app.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/device/src/cdcd_app.c')
-rw-r--r--demos/device/src/cdcd_app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/device/src/cdcd_app.c b/demos/device/src/cdcd_app.c
index e29590a2c..90b38e21d 100644
--- a/demos/device/src/cdcd_app.c
+++ b/demos/device/src/cdcd_app.c
@@ -57,8 +57,8 @@ OSAL_SEM_DEF(cdcd_semaphore);
static osal_semaphore_handle_t sem_hdl;
-TUSB_CFG_ATTR_USBRAM ATTR_USB_MIN_ALIGNMENT static uint8_t serial_rx_buffer[CDCD_APP_BUFFER_SIZE];
-TUSB_CFG_ATTR_USBRAM ATTR_USB_MIN_ALIGNMENT static uint8_t serial_tx_buffer[CDCD_APP_BUFFER_SIZE];
+TUSB_CFG_ATTR_USBRAM static uint8_t serial_rx_buffer[CDCD_APP_BUFFER_SIZE];
+TUSB_CFG_ATTR_USBRAM static uint8_t serial_tx_buffer[CDCD_APP_BUFFER_SIZE];
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION