summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-03-16 23:15:31 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-03-16 23:15:31 +0800
commit4e2b33e68a03317e2d48725e003a2102be1a3396 (patch)
treed04e74ddfacb13af38c4616987b6414c8985674d /main.c
parent6d95640ae823b9e2f4326027d50acb0f00d4620d (diff)
downloadavr-nrf24l01-driver-4e2b33e68a03317e2d48725e003a2102be1a3396.tar.gz
Address comment.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ac75cb8..e1046dd 100644
--- a/main.c
+++ b/main.c
@@ -5,7 +5,7 @@
int main(void)
{
- uint8_t rxaddr[] = { 82, 178, 194 };
+ uint8_t rxaddr[] = { 82, 178, 194 }; /* 194.178.82 */
uart_init();
radio_init(rxaddr);