diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-16 23:15:31 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-16 23:15:31 +0800 |
| commit | 4e2b33e68a03317e2d48725e003a2102be1a3396 (patch) | |
| tree | d04e74ddfacb13af38c4616987b6414c8985674d /main.c | |
| parent | 6d95640ae823b9e2f4326027d50acb0f00d4620d (diff) | |
| download | avr-nrf24l01-driver-4e2b33e68a03317e2d48725e003a2102be1a3396.tar.gz | |
Address comment.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
