repositories
/
mTask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee38806
)
add back device specific capabilities
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 21 Mar 2017 09:49:54 +0000
(10:49 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 21 Mar 2017 09:49:54 +0000
(10:49 +0100)
client/interpret.c
patch
|
blob
|
history
diff --git
a/client/interpret.c
b/client/interpret.c
index
86e3964
..
b9d0c88
100644
(file)
--- 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]);