summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/cortex-m0/ec.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cortex-m0/ec.lds.S b/core/cortex-m0/ec.lds.S
index 45df126b89..e9cd726d7a 100644
--- a/core/cortex-m0/ec.lds.S
+++ b/core/cortex-m0/ec.lds.S
@@ -154,7 +154,6 @@ SECTIONS
__usb_desc = .;
KEEP(*(.rodata.usb_desc_conf))
KEEP(*(SORT(.rodata.usb_desc*)))
- . = ALIGN(2); /* USB transfers enjoy 16-bit aligned size */
__usb_desc_end = .;
. = ALIGN(4);
KEEP(*(.rodata.usb_ep))