diff options
Diffstat (limited to 'tools/gen-device-avr/gen-device-avr.go')
-rwxr-xr-x | tools/gen-device-avr/gen-device-avr.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-device-avr/gen-device-avr.go b/tools/gen-device-avr/gen-device-avr.go index 9b9c627ae..97e4bea59 100755 --- a/tools/gen-device-avr/gen-device-avr.go +++ b/tools/gen-device-avr/gen-device-avr.go @@ -407,7 +407,7 @@ __vector_default: .endm ; The interrupt vector of this device. Must be placed at address 0 by the linker. -.section .vectors +.section .vectors, "a", %progbits .global __vectors `)) err = t.Execute(out, device.metadata) |