repositories
/
mTask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
639cdcf
)
add correct device spec sending
author
Mart Lubbers
<mart@martlubbers.net>
Fri, 17 Mar 2017 15:00:17 +0000
(16:00 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Fri, 17 Mar 2017 15:00:17 +0000
(16:00 +0100)
client/spec.c
patch
|
blob
|
history
diff --git
a/client/spec.c
b/client/spec.c
index
81ed9ff
..
762eedc
100644
(file)
--- a/
client/spec.c
+++ b/
client/spec.c
@@
-4,6
+4,7
@@
void spec_send(void)
{
+ write_byte('c');
write_byte(0 | HAVELED << 0 | HAVEAIO << 1 | HAVEDIO << 2);
write16(MAXTASKS);
write16(MAXSDSS);