Help, I've read lots about problems with watch dog timers however I was suprised when having added this fragment to a c code box in flowcode the compiler objected. Question is, am I very dim or is there a real proble?
Code added:-
{
clr_wdt();
}
Error message:-
C:\Documents and Settings\Dave\My Documents\fuelgaugeT5_R3.c(181:2): error: unknown identifier 'clr_wdt'
C:\Documents and Settings\Dave\My Documents\fuelgaugeT5_R3.c(181:2): error: failed to generate expression
Thanks in anticipation
Dave