decreased speed for led counter and stop it at the end of main
[pyfrprog.git] / RLT.h
diff --git a/RLT.h b/RLT.h
index 3290deddba2e4f2f3e59158bfce1080623a29175..3d8c42380e726b5755f075fd44e808c79f2e7d34 100644 (file)
--- a/RLT.h
+++ b/RLT.h
@@ -30,7 +30,7 @@
 
 void RLT_InitializeTimer(unsigned char channel, unsigned char runmode, unsigned char clockmode, unsigned char triggermode, unsigned char outputmode);
 void RLT_SetReloadValue(unsigned char channel, unsigned short int value);
-void RLT_EnableInterrupt(unsigned char channel);
+void RLT_EnableInterrupt(unsigned char channel, unsigned char enable);
 void RLT_TriggerTimer(unsigned char channel);
 
 __interrupt void RLT_Channel0_ISR();