From 3bda6240a8b8ceef39364013c5eaa838d8794399 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 1 Feb 2022 15:10:11 -0800 Subject: [PATCH] forgot to fix this to compile w/ new api --- irr_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;