Watch dog timer:- failure to compile

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
djmills
Posts: 7
Joined: Mon Nov 03, 2008 3:53 pm

Watch dog timer:- failure to compile

Post by djmills »

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

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: Watch dog timer:- failure to compile

Post by Steve »

Code: Select all

clear_wdt();

Post Reply