command-tab / ch341eeprom

A libusb based programming tool for 24Cxx serial EEPROMs using the WinChipHead CH341A IC
GNU General Public License v3.0
149 stars 58 forks source link

multiple definition of readbuf #16

Closed ppierluigi closed 4 months ago

ppierluigi commented 3 years ago

have to declare extern the var readbuf in ch341funcs.c

command-tab commented 3 years ago

Can you elaborate on how this manifests? I'm able to make and run without warnings or errors.

Thanks!