hello
i want to use the timer 0 with the 16 bit mode on my 18lf2523
my code is :
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_16|RTCC_16_BIT);
the RTCC_16_BIT is not valid why?
thanks
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
Posted: Mon Apr 02, 2007 5:30 am
Quote:
the RTCC_16_BIT is not valid why?
Check the header file for your processor. This define is missing because it is the default value, there is only a value defined for changing the timer to 8 bit mode.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum