index
:
avr-nrf24l01-driver
master
NRFL01P RFM driver for AVR microcontrollers.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
send.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'send.c')
-rw-r--r--
send.c
2
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);
}