ba58smith / lora-receiver

Based on Jim Booth's battery monitor hardware and software. Thanks, Jim!
MIT License
0 stars 0 forks source link

Eliminate packet_t.h file, move contents to packet_list.h #7

Closed ba58smith closed 2 years ago

ba58smith commented 2 years ago

I think I have to use extern somewhere to define Packet_it_t, because if it's defined in packet_list.h, and packet_list.h has #include ui.h, and ui.h has #include packet_list.h - something gets stepped on. Ask Jan when he's here!

ba58smith commented 2 years ago

Jan suggested leaving it in a separate file.