mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +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.
|
||||
.macro IRQ handler
|
||||
.weak \\handler
|
||||
.set \\handler, Default_Handler
|
||||
.weak \\handler
|
||||
.set \\handler, Default_Handler
|
||||
.endm
|
||||
|
||||
.section .isr_vector
|
||||
|
||||
Reference in New Issue
Block a user