decrement timeout by taskDelay()

This commit is contained in:
Jeff Hill
1992-07-29 15:58:27 +00:00
parent da4ae452d7
commit 1358c742cd
+1
View File
@@ -1245,6 +1245,7 @@ int override_err;
}
#else
taskDelay(VXIMSGSYNCDELAY);
timeout -= VXIMSGSYNCDELAY;
#endif
}
}