add correct device spec sending
[mTask.git] / 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);