Delaying at each packet sent is no longer needed and it is also lethal, disabled
authorshort <>
Sat, 16 Mar 2002 19:03:49 +0000 (19:03 +0000)
committershort <>
Sat, 16 Mar 2002 19:03:49 +0000 (19:03 +0000)
common/protocol/fbus.c

index d1b51e0..af7eaac 100644 (file)
@@ -161,7 +161,7 @@ int FBUS_SendFrame(u16 message_length, u8 message_type, u8 *buffer) {
   NULL_TX_DisplayMessage(current, out_buffer);
 #endif /* DEBUG */
 
   NULL_TX_DisplayMessage(current, out_buffer);
 #endif /* DEBUG */
 
-#if 1
+#if 0
 usleep(200000);
 #endif
 
 usleep(200000);
 #endif