Page 1 of 1

BUG: "FCI_DELAYINTWDT_MS(500);"

Posted: Sun Oct 20, 2013 10:38 pm
by HjH
Hello

in the Icon "Delay 500ms" is a bug.

the code in C is this:
FCI_DELAYINTWDT_MS(500); // that is the wrong code

the correct code is this
FCI_DELAYINT_MS(500); // that is the right code


HjH

Re: BUG: "FCI_DELAYINTWDT_MS(500);"

Posted: Sun Oct 20, 2013 10:59 pm
by JonnyW
Hi.

Thanks for the spot. We will look into the missing function and get that sorted.

The program will generate the top line if Menu->Build->Project Options->General Options->Auto clear watchdog is checked. If you uncheck this it will generate the bottom line.

Cheers,

Jonny

Re: BUG: "FCI_DELAYINTWDT_MS(500);"

Posted: Mon Oct 21, 2013 10:07 pm
by HjH
Thank you for the help

HjH