BUG: "FCI_DELAYINTWDT_MS(500);"

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

Moderator: Benj

Post Reply
HjH
Posts: 108
Joined: Sat Jul 03, 2010 4:38 pm
Been thanked: 2 times
Contact:

BUG: "FCI_DELAYINTWDT_MS(500);"

Post 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

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: BUG: "FCI_DELAYINTWDT_MS(500);"

Post 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

HjH
Posts: 108
Joined: Sat Jul 03, 2010 4:38 pm
Been thanked: 2 times
Contact:

Re: BUG: "FCI_DELAYINTWDT_MS(500);"

Post by HjH »

Thank you for the help

HjH

Post Reply