pkernel programmer init
[pyfrprog.git] / RLT.h
diff --git a/RLT.h b/RLT.h
index 8499341d7a1c7237e6730f760bcd47aee65a59f2..3d8c42380e726b5755f075fd44e808c79f2e7d34 100644 (file)
--- a/RLT.h
+++ b/RLT.h
@@ -8,7 +8,7 @@
 #ifndef __RLT_H__
 #define __RLT_H__
 
-#include "MB91465K.h"
+#include "mb91465k.h"
 
 #define RLT_RUNMODE_ONESHOT    0x00
 #define RLT_RUMMODE_RELOAD     0x01
@@ -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();