add correct device spec sending
authorMart Lubbers <mart@martlubbers.net>
Fri, 17 Mar 2017 15:00:17 +0000 (16:00 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 17 Mar 2017 15:00:17 +0000 (16:00 +0100)
client/spec.c

index 81ed9ff..762eedc 100644 (file)
@@ -4,6 +4,7 @@
 
 void spec_send(void)
 {
+       write_byte('c');
        write_byte(0 | HAVELED << 0 | HAVEAIO << 1 | HAVEDIO << 2);
        write16(MAXTASKS);
        write16(MAXSDSS);