diff --git a/targets/avr.S b/targets/avr.S index a60dde2b..9c552315 100644 --- a/targets/avr.S +++ b/targets/avr.S @@ -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