diff options
Diffstat (limited to 'drivers/usbtty.h')
| -rw-r--r-- | drivers/usbtty.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/usbtty.h b/drivers/usbtty.h index 731b76330..8154e3072 100644 --- a/drivers/usbtty.h +++ b/drivers/usbtty.h @@ -33,7 +33,7 @@  #include <version_autogenerated.h> -/* If no VendorID/ProductID is defined in config.h, pretend to be Linux  +/* If no VendorID/ProductID is defined in config.h, pretend to be Linux   * DO NOT Reuse this Vendor/Product setup with protocol incompatible devices */  #define CONFIG_USBD_VENDORID 0x0525 	/* Linux/NetChip */ @@ -45,7 +45,7 @@  #define CONFIG_USBD_CONFIGURATION_STR "TTY via USB" -#define CONFIG_USBD_SERIAL_OUT_ENDPOINT UDC_OUT_ENDPOINT  +#define CONFIG_USBD_SERIAL_OUT_ENDPOINT UDC_OUT_ENDPOINT  #define CONFIG_USBD_SERIAL_OUT_PKTSIZE	UDC_OUT_PACKET_SIZE  #define CONFIG_USBD_SERIAL_IN_ENDPOINT	UDC_IN_ENDPOINT  #define CONFIG_USBD_SERIAL_IN_PKTSIZE	UDC_IN_PACKET_SIZE |