summaryrefslogtreecommitdiffstats
path: root/dong.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-26 15:42:50 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-26 15:42:50 +0800
commitf28f2cefeb265c4bd50d308067f1a3562d6fbd9d (patch)
tree064ad65737b517865c402a9778aa692efb4e2409 /dong.c
parentb6d0a2105a11b46c0ac005761fa6628b4ee1ad6b (diff)
downloadavr-nrf24l01-driver-f28f2cefeb265c4bd50d308067f1a3562d6fbd9d.tar.gz
Enable ACK.
Diffstat (limited to 'dong.c')
-rw-r--r--dong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dong.c b/dong.c
index b54bdcb..308d3ab 100644
--- a/dong.c
+++ b/dong.c
@@ -49,7 +49,7 @@ int main(void)
uart_write_line(buf);
}
if (strncmp(buf, "SYN", 3) == 0) {
- //radio_sendto(txaddr, "ACK", 3);
+ radio_sendto(txaddr, "ACK", 3);
}
}