summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
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);