mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 12:59:04 +00:00
tools/gen-device-svd: indentation in .s file
This commit is contained in:
@@ -316,8 +316,8 @@ Default_Handler:
|
|||||||
|
|
||||||
// Avoid the need for repeated .weak and .set instructions.
|
// Avoid the need for repeated .weak and .set instructions.
|
||||||
.macro IRQ handler
|
.macro IRQ handler
|
||||||
.weak \\handler
|
.weak \\handler
|
||||||
.set \\handler, Default_Handler
|
.set \\handler, Default_Handler
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.section .isr_vector
|
.section .isr_vector
|
||||||
|
|||||||
Reference in New Issue
Block a user