jancumps / pico_scpi_usbtmc_labtool

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

usb init port to 1.5 #8

Closed jancumps closed 1 year ago

jancumps commented 1 year ago

usb init does not work in SDK 1.5 version of tinyusb

  // init device stack on configured roothub port
  tud_init(BOARD_TUD_RHPORT);

  while (1)