From: short <> Date: Sat, 16 Mar 2002 19:03:49 +0000 (+0000) Subject: Delaying at each packet sent is no longer needed and it is also lethal, disabled X-Git-Tag: uc_works1~2 X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=95c6140ba18b9b87148911f0e304f6c9af7aadb4;hp=e35da9a4cc74781bc73fbc5a56c45c98af97fe0b Delaying at each packet sent is no longer needed and it is also lethal, disabled --- diff --git a/common/protocol/fbus.c b/common/protocol/fbus.c index d1b51e0..af7eaac 100644 --- a/common/protocol/fbus.c +++ b/common/protocol/fbus.c @@ -161,7 +161,7 @@ int FBUS_SendFrame(u16 message_length, u8 message_type, u8 *buffer) { NULL_TX_DisplayMessage(current, out_buffer); #endif /* DEBUG */ -#if 1 +#if 0 usleep(200000); #endif