fix device deletion
[mTask.git] / client / spec.c
1 //TODO
2 #include "spec.h"
3 #include "interface.h"
4
5 void spec_send(void)
6 {
7 write_byte('c');
8 write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
9 write16(MAXTASKS);
10 write16(MAXSDSS);
11 write_byte('\n');
12 }