setting USB_CFG_HAVE_INTRIN_ENDPOINT3 to 0

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

setting USB_CFG_HAVE_INTRIN_ENDPOINT3 to 0

Post by ulao » Tue May 10, 2011 4:55 pm

For some reason when I set USB_CFG_HAVE_INTRIN_ENDPOINT3 to 0 I get this.

usbdrv/usbdrvasm.o:usbdrv/asmcommon.inc:180: undefined reference to `usbTxStatus3'
usbdrv/usbdrvasm.o:usbdrv/asmcommon.inc:183: undefined reference to `usbTxStatus3'
usbdrv/usbdrvasm.o:usbdrv/asmcommon.inc:184: undefined reference to `usbTxStatus3'
usbdrv/usbdrvasm.o:usbdrv/asmcommon.inc:185: undefined reference to `usbTxStatus3'

Post Reply