hopefully improved tcp and serial connection
[mTask.git] / client / spec.c
index 6fb66be..81ed9ff 100644 (file)
@@ -5,6 +5,6 @@
 void spec_send(void)
 {
        write_byte(0 | HAVELED << 0 | HAVEAIO << 1 | HAVEDIO << 2);
-       write_byte(MAXTASKS);
-       write_byte(MAXSDSS);
+       write16(MAXTASKS);
+       write16(MAXSDSS);
 }