One quick question i have a C component with "reset ();" in it but this stops compiling when it get there. If i take this component out it finishes compiling has this command changed in V7 or is this a bug.

Moderator: Benj
Code: Select all
asm("reset");
Code: Select all
RESET();