add specification sending
[mTask.git] / client / spec.c
index 7bf8576..6fb66be 100644 (file)
@@ -1,4 +1,10 @@
 //TODO
-void spec_send(void){
+#include "spec.h"
+#include "interface.h"
 
+void spec_send(void)
+{
+       write_byte(0 | HAVELED << 0 | HAVEAIO << 1 | HAVEDIO << 2);
+       write_byte(MAXTASKS);
+       write_byte(MAXSDSS);
 }