|
|
|
@ -123,7 +123,7 @@ section at the end of this file).
|
|
|
|
|
* data from a static buffer, set it to 0 and return the data from
|
|
|
|
|
* usbFunctionSetup(). This saves a couple of bytes.
|
|
|
|
|
*/
|
|
|
|
|
#define USB_CFG_IMPLEMENT_FN_WRITEOUT 0
|
|
|
|
|
#define USB_CFG_IMPLEMENT_FN_WRITEOUT 1
|
|
|
|
|
/* Define this to 1 if you want to use interrupt-out (or bulk out) endpoints.
|
|
|
|
|
* You must implement the function usbFunctionWriteOut() which receives all
|
|
|
|
|
* interrupt/bulk data sent to any endpoint other than 0. The endpoint number
|
|
|
|
|