From 016d81618175f9657e485b01da6c2442f74a6648 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 1 Feb 2013 01:52:06 +0000 Subject: minor fix git-svn-id: https://svn.spreadspace.org/avr/trunk@112 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-eth/usb-eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-eth') diff --git a/usb-eth/usb-eth.c b/usb-eth/usb-eth.c index 4bd6dab..59bf963 100644 --- a/usb-eth/usb-eth.c +++ b/usb-eth/usb-eth.c @@ -61,7 +61,7 @@ USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface = .NotificationEndpointSize = CDC_NOTIFICATION_EPSIZE, .NotificationEndpointDoubleBank = false, - .AdapterVendorDescription = "LUFA RNDIS Demo Adapter", + .AdapterVendorDescription = "LUFA RNDIS Adapter", .AdapterMACAddress = {{0x02, 0x00, 0x02, 0x00, 0x02, 0x00}}, }, }; -- cgit v1.2.3