diff --git a/irr_main.c b/irr_main.c index a1028f2..df1a7e0 100644 --- a/irr_main.c +++ b/irr_main.c @@ -388,7 +388,7 @@ main() Radio.Rx(0); - comms_init(&cs, procmsg, &shared_key_buf); + comms_init(&cs, procmsg, &shared_key_buf, NULL, NULL); uint8_t txbuf[128] = "i'mhere"; struct pktbuf txpktbuf;