summaryrefslogtreecommitdiffstats
path: root/nrfm.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-03-16 23:27:04 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-03-16 23:27:04 +0800
commit24a10ef21ae6909fc07a06d51bf1382970b28c9c (patch)
treedf43fdd1098d56208279a67c0bab6e153a6cd1c0 /nrfm.h
parent4e2b33e68a03317e2d48725e003a2102be1a3396 (diff)
downloadavr-nrf24l01-driver-24a10ef21ae6909fc07a06d51bf1382970b28c9c.tar.gz
Print the address in the right order.
Diffstat (limited to 'nrfm.h')
-rw-r--r--nrfm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrfm.h b/nrfm.h
index fff5439..582a469 100644
--- a/nrfm.h
+++ b/nrfm.h
@@ -6,4 +6,4 @@
void radio_init(uint8_t rxaddr[3]);
void radio_print_config(void);
-#endif
+#endif /* NRFM_H */