summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_rndis_host.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-22 17:21:07 +0700
committerhathach <[email protected]>2018-11-22 17:21:07 +0700
commit60d8cde6951fa9fe9c43064ee701598e9da566f7 (patch)
treedc8e7d25e7d5fd070c650b250491558d48b56aa4 /src/class/cdc/cdc_rndis_host.c
parentb20cb8852adc30f619fb15aaf30bf7e6a9d644a4 (diff)
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
Diffstat (limited to 'src/class/cdc/cdc_rndis_host.c')
-rw-r--r--src/class/cdc/cdc_rndis_host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class/cdc/cdc_rndis_host.c b/src/class/cdc/cdc_rndis_host.c
index 9b7684f77..42722fd0d 100644
--- a/src/class/cdc/cdc_rndis_host.c
+++ b/src/class/cdc/cdc_rndis_host.c
@@ -54,8 +54,8 @@
//--------------------------------------------------------------------+
#define RNDIS_MSG_PAYLOAD_MAX (1024*4)
-CFG_TUSB_ATTR_USBRAM static uint8_t msg_notification[CFG_TUSB_HOST_DEVICE_MAX][8];
-CFG_TUSB_ATTR_USBRAM ATTR_ALIGNED(4) static uint8_t msg_payload[RNDIS_MSG_PAYLOAD_MAX];
+CFG_TUSB_MEM_SECTION static uint8_t msg_notification[CFG_TUSB_HOST_DEVICE_MAX][8];
+CFG_TUSB_MEM_SECTION ATTR_ALIGNED(4) static uint8_t msg_payload[RNDIS_MSG_PAYLOAD_MAX];
STATIC_VAR rndish_data_t rndish_data[CFG_TUSB_HOST_DEVICE_MAX];