new prescaler + debug outs
[my-code/atmel.git] / led_plex / timer.asm
index e6b8aec..c61967a 100644 (file)
@@ -3,7 +3,7 @@
 TIMER0_INIT:
 
        ; clock select
-       ldi tmp1,0x01
+       ldi tmp1,0x02
        out TCCR0B,tmp1
 
        ret