Hi,
I have a C++ application in which I'd like to use the Freescale USB stack, specifically the MSD class.
From previous experience, I've had to decorate my C prototypes with extern "C" in order for them to work in C++, due to the way the linker works.
Will I have to do exactly the same with all routines that make up the USB stack?
Thanks,
Kev