BUG: "FCI_DELAYINTWDT_MS(500);"
Posted: Sun Oct 20, 2013 10:38 pm
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
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