X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=RLT.h;h=3d8c42380e726b5755f075fd44e808c79f2e7d34;hb=525d222171262950f0d73023c4e87d0da9b2840c;hp=8499341d7a1c7237e6730f760bcd47aee65a59f2;hpb=1167ee790700eeeca904522b83c7572cfe8dc4d0;p=pyfrprog.git diff --git a/RLT.h b/RLT.h index 8499341..3d8c423 100644 --- 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();