From 59c7c761163b0cc5215563644ca60e2a47b9c9a9 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 21 Mar 2017 10:49:54 +0100 Subject: [PATCH] add back device specific capabilities --- client/interpret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]); -- 2.20.1