a-culfw icon indicating copy to clipboard operation
a-culfw copied to clipboard

Declare some variables "extern" to fix multiple definition errors

Open StefanBruens opened this issue 3 years ago • 0 comments

Each global variable has to be defined exactly once, declarations need the extern keyword.

Move the packetCheckValues definition to rf_receive_bucket.c, likewise for the output_flush_func callback.

StefanBruens avatar Oct 17 '21 13:10 StefanBruens