update spec to support normal io pins
[mTask.git] / client / task.c
index 4ed23ee..266029f 100644 (file)
@@ -92,6 +92,10 @@ void task_delete(uint8_t c)
                }
                t = task_next(t);
        }
+        //Write acknowledgement
+        write_byte('d');
+        write16(c);
+        write_byte('\n');
 
        if(t != NULL){
                //We found the task, now we move everything from the end of the task up