bullshit commit, sync for travel (to zn00H!) :)
[my-code/arm.git] / betty / interrupts.c
index 24159c0..7d319db 100644 (file)
@@ -211,14 +211,21 @@ void interrupt_tc_ir_set(u8 tcnum,u8 tcmc) {
        if(tcnum>1)
                return;
 
        if(tcnum>1)
                return;
 
-       if(tcnum==0) {
+       if(tcnum==0)
                T0IR=tcmc;
                T0IR=tcmc;
-               T0TCR=0x01;
-       }
-       else {
+       else
                T1IR=tcmc;
                T1IR=tcmc;
+}
+
+void interrupt_tc_enable(u8 tcnum) {
+
+       if(tcnum>1)
+               return;
+
+       if(tcnum==0)
+               T0TCR=0x01;
+       else
                T1TCR=0x01;
                T1TCR=0x01;
-       }
 }
 
 // pwm interrupts
 }
 
 // pwm interrupts