avr: fix assembly comment regarding data/stack

This commit is contained in:
Ayke van Laethem
2018-09-17 20:51:41 +02:00
parent db8c3479d6
commit 8b94fe9205
+1 -1
View File
@@ -17,7 +17,7 @@ reset:
out 0x3d, xl; SPL
out 0x3e, xh; SPH
; Add one to the stack pointer, so it doesn't point in the .data section.
; Subtract one from the stack pointer, so it doesn't point in the .data section.
push r0
; Initialize .data