From 650e9e7f2fc9f4e31511dd8c0b186bbc273e5546 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 8 Mar 2010 18:13:48 -0500 Subject: [PATCH] faster transmit delay --- tests/rftest-tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rftest-tx.c b/tests/rftest-tx.c index ee9d4d55c..df1bb01ff 100644 --- a/tests/rftest-tx.c +++ b/tests/rftest-tx.c @@ -11,7 +11,7 @@ /* 2 bytes are the FCS */ /* therefore 125 is the max payload length */ #define PAYLOAD_LEN 16 -#define DELAY 1000000 +#define DELAY 100000 void fill_packet(volatile packet_t *p) { static volatile uint8_t count=0;