ulao wrote:just a guess on the name here usbInterrup3tIsReady may not be the right name.
usbdrv.h
- #if USB_CFG_HAVE_INTRIN_ENDPOINT3
USB_PUBLIC void usbSetInterrupt3(uchar *data, uchar len);
#define usbInterruptIsReady3() (usbTxLen3 & 0x10)
/* Same as above for endpoint 3 */
#endif
Code is compiling without errors.