In file usbd.c: Why return false directly without leaving a callback to decide the result? Ref: https://github.com/hathach/tinyusb/blob/0c9932440b794fbdc699df6f0601f6febddedfe5/src/device/usbd.c#L881
In file usbd.c:
Why return false directly without leaving a callback to decide the result?
Ref:
tinyusb/src/device/usbd.c
Line 881 in 0c99324