tools/gen-device-svd: indentation in .s file

This commit is contained in:
Ayke van Laethem
2018-09-22 01:09:08 +02:00
parent e0d13f489f
commit b705b332a7
+2 -2
View File
@@ -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