j
k
j a
j l
On Tuesday, August 31, 2010 07:57:33 Stefan Roese wrote:
/* reset watchdog from time to time */ if ((count % 1000) == 0) WATCHDOG_RESET();
/* reset watchdog from time to time */
if ((count % 1000) == 0)
WATCHDOG_RESET();
please pick a number that doesnt involve needing to call libgcc math functions. like 1024. -mike
Attachments:
Back to the thread
Back to the list