Skip to content

Commit

Permalink
Cortex-M inline assembly: labels with unique number appended
Browse files Browse the repository at this point in the history
When functions are inlined, the labels need to be unique.
Putting '%=' on the end of the label ensures that the compilers appends
a unique number to the end.
  • Loading branch information
SparkiDev committed Jun 17, 2024
1 parent 5df5720 commit 8aaf567
Show file tree
Hide file tree
Showing 5 changed files with 989 additions and 989 deletions.
Loading

0 comments on commit 8aaf567

Please sign in to comment.