Browse Source

forgot to fix this to compile w/ new api

main
John-Mark Gurney 3 years ago
parent
commit
3bda6240a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      irr_main.c

+ 1
- 1
irr_main.c View File

@@ -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;


Loading…
Cancel
Save