jancumps / pico_scpi_usbtmc_labtool

LabVIEW compatible instrument on a Raspberry Pico
https://github.com/jancumps/pico_scpi_usbtmc_labtool/wiki
MIT License
12 stars 16 forks source link

Make explicit that an if clause is patched from tinyusb #75

Closed jancumps closed 11 months ago

jancumps commented 11 months ago

I had replaced a tinyusb check with true (because it's always true in my case). But I think it's cleaner to keep the check there, and stay as close as possible to tinyusb and @u77345 code.