add pins to spec
[mTask.git] / client / spec.c
index d389d38..a6a26d3 100644 (file)
@@ -7,6 +7,8 @@ void spec_send(void)
        write_byte('c');
        write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
        write16(MEMSIZE);
+       write_byte(NAPINS);
+       write_byte(NDPINS);
        write_byte('\n');
        write_byte('\n');
 }