Answers checklist.
General issue report
I upgrad my esp-usb from 1.x to 2.x, I found some function like tud_msc_write10_cb and tud_msc_read10_cb no longer have TU_ATTR_WEAK.
My program use these function to overridder some default beheaver to do some work like remap a file to a msc device or change vid pid rev in tud_msc_inquiry_cb.
so is there a right way to do this?
Thanks a lot.