Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordash <horrordash66@gmail.com>2021-10-17 13:00:41 +0300
committerdash <horrordash66@gmail.com>2021-10-17 13:00:41 +0300
commit20f87dc4178fab5a1f34fe9ace834826675d7396 (patch)
tree73ff34ad0c3bec1f20f0c48d4179e613997ab4c5
parent48fc3516278cc2415ebf00bf249125eac92a196c (diff)
fix 'align' keyword place
-rw-r--r--src/usbd_stm32l052_devfs_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbd_stm32l052_devfs_asm.S b/src/usbd_stm32l052_devfs_asm.S
index e6e3be8..93b255c 100644
--- a/src/usbd_stm32l052_devfs_asm.S
+++ b/src/usbd_stm32l052_devfs_asm.S
@@ -89,8 +89,8 @@
.cpu cortex-m0plus
.thumb
- .align 4
.section .rodata.usbd_devfs_asm
+ .align 4
.globl usbd_devfs_asm
usbd_devfs_asm:
.long _getinfo