X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Finterpret.c;h=b9d0c88eddae750ea93400e50ab1f0a01ce58fc3;hb=59c7c761163b0cc5215563644ca60e2a47b9c9a9;hp=86e39643fc966c83d65e1b8d038a33df685743a4;hpb=ee38806680e1706a4aea577d1ed699860f1fb0e8;p=mTask.git diff --git a/client/interpret.c b/client/interpret.c index 86e3964..b9d0c88 100644 --- a/client/interpret.c +++ b/client/interpret.c @@ -156,7 +156,7 @@ void run_task(struct task *t) sp--; break; #endif -//#if HAVELED == 1 +#if HAVELED == 1 case BCLEDON: trace("LedOn(%d)", program[pc]); led_on(stack[sp-1]); sp--; @@ -165,7 +165,7 @@ void run_task(struct task *t) led_off(stack[sp-1]); sp--; break; -//#endif +#endif default: trace("unrecognized"); die("Unrecognized command: %d", program[pc-1]);