master/command.c
changeset 208 b7797f8a813d
parent 199 04ecf40fc2e9
child 237 7b3126cf6dab
--- a/master/command.c	Tue Apr 25 13:45:00 2006 +0000
+++ b/master/command.c	Wed Apr 26 10:15:02 2006 +0000
@@ -68,6 +68,7 @@
     command->index = 0x00;
     command->working_counter = 0x00;
     command->state = EC_CMD_INIT;
+    command->t_sent = 0;
 }
 
 /*****************************************************************************/