March 15, 2011
Hello,
I am working my way through the USB code.
https://github.com/leaflabs/libmaple/blob/master/libmaple/usb/descriptors.h
Line 64 of the file:
#define CDC_FUCNTIONAL_DESCRIPTOR(DataSize) \
I think two letters are switched.
Should this line be (switching the C and N):
#define CDC_FUNCTIONAL_DESCRIPTOR(DataSize) \
Thanks!
Stephen from NYC