diff options
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbdrv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usbdrv/usbdrv.h b/usbdrv/usbdrv.h index d428f60..9032bcf 100644 --- a/usbdrv/usbdrv.h +++ b/usbdrv/usbdrv.h @@ -273,6 +273,8 @@ USB_PUBLIC uchar usbFunctionRead(uchar *data, uchar len); * to 1 in usbconfig.h and return 0xff in usbFunctionSetup().. */ #endif /* USB_CFG_IMPLEMENT_FN_READ */ + +extern uchar usbRxToken; /* may be used in usbFunctionWriteOut() below */ #if USB_CFG_IMPLEMENT_FN_WRITEOUT USB_PUBLIC void usbFunctionWriteOut(uchar *data, uchar len); /* This function is called by the driver when data is received on an interrupt- |