Fix typo
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
.org 0x0002 ; INT0 button interrupt (tap tempo)
|
.org 0x0002 ; INT0 button interrupt (tap tempo)
|
||||||
;rjump tap_tempo --> should have timer0_start --> if timer0_overflow_count=0 start timer (?)
|
;rjump tap_tempo --> should have timer0_start --> if timer0_overflow_count=0 start timer (?)
|
||||||
.org 0x0004 ; TIMER0 overflow
|
.org 0x0004 ; TIMER0 overflow
|
||||||
rjump timer0_isr
|
rjmp timer0_isr
|
||||||
.org 0x0006 ; TIMER1_COMPA
|
.org 0x0006 ; TIMER1_COMPA
|
||||||
rjmp timer1_isr
|
rjmp timer1_isr
|
||||||
.org 0x0012 ; TIMER0_COMPA
|
.org 0x0012 ; TIMER0_COMPA
|
||||||
|
|||||||
Reference in New Issue
Block a user