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:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2021-10-17 18:36:09 +0300
committerGitHub <noreply@github.com>2021-10-17 18:36:09 +0300
commit63c806d9b58168a3e2da8c328087ba4f0fe119f7 (patch)
tree73ff34ad0c3bec1f20f0c48d4179e613997ab4c5
parent48fc3516278cc2415ebf00bf249125eac92a196c (diff)
parent20f87dc4178fab5a1f34fe9ace834826675d7396 (diff)
Merge pull request #100 from horrordash/master
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