added debug statements, dynamic allocation is working for tasks
[mTask.git] / client / spec.c
index 8098a77..fdc626b 100644 (file)
@@ -1,4 +1,3 @@
-//TODO
 #include "spec.h"
 #include "interface.h"
 
@@ -9,4 +8,5 @@ void spec_send(void)
        write16(MAXTASKS);
        write16(MAXSDSS);
        write_byte('\n');
+       write_byte('\n');
 }