summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index 21ca541..5950ddc 100644
--- a/send.c
+++ b/send.c
@@ -19,7 +19,7 @@ int main(void)
for (;;) {
radio_sendto(txaddr, s, slen);
- _delay_ms(1000);
+ _delay_ms(2000);
}