Remove old comments

This commit is contained in:
2026-01-09 11:42:02 +01:00
parent d71206c5c3
commit 7c340694cf
-7
View File
@@ -34,15 +34,8 @@
;#include "midi.inc"
.global main
; note for the future
; isr_button interrupt use
; INT0 on the GIMSK, with the button on PB2
; this enable a more precise/fast interrupt
; useful for the tap tempo stuff
main:
; To compile on AtTiny25/45 comment out the SPH part
; SPH is needed only on AtTiny85 which has >256b of SRAM
ldi r16, lo8(RAMEND)
out SPL, r0 ; Setup stack pointer LOW
ldi r16, hi8(RAMEND)