a-culfw
a-culfw copied to clipboard
Declare some variables "extern" to fix multiple definition errors
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.