heliflieger / a-culfw

Alternative culfw
Other
125 stars 64 forks source link

Declare some variables "extern" to fix multiple definition errors #33

Open StefanBruens opened 2 years ago

StefanBruens commented 2 years ago

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.