TinyUSB submodule needs a bump in order to get Pico-PIO-USB working
The version of the TinyUSB submodule included (in lib/tinyusb) in the develop branch of pico-sdk currently pulls in an older version of Pico-PIO-USB, which is incompatible with PIco SDK 2.0.0, and this currently means that none of the USB Dual Mode examples are compatible with the current version of Pico-SDK.
The problem with Pico-PIO-USB has been fixed and that newer version has also been picked up by TinyUSB, so if pico-sdk bumped to a newer version of TinyUSB, then I believe the USB Dual Mode examples would then be compilable with the develop version of Pico-SDK.
https://github.com/raspberrypi/pico-examples/issues/516 is a related TinyUSB issue.
This will be fixed by moving to 0.17.0
merged into develop