From d583d39b48120fa907a53dbaddc53709a4bdef12 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 31 May 2012 01:32:59 +0000 Subject: cleanup git-svn-id: https://svn.spreadspace.org/avr/trunk@53 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-led/usb-led.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'usb-led/usb-led.c') diff --git a/usb-led/usb-led.c b/usb-led/usb-led.c index d7cbce5..5493ebc 100644 --- a/usb-led/usb-led.c +++ b/usb-led/usb-led.c @@ -26,12 +26,9 @@ #include #include -#include "lufa-descriptor-usbserial.h" - #include "util.h" #include "led.h" -/* some parts of this examaple are based on LUFA */ /* LUFA Library Copyright (C) Dean Camera, 2012. @@ -39,8 +36,8 @@ dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ - #include +#include "lufa-descriptor-usbserial.h" USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = { @@ -71,7 +68,7 @@ void EVENT_USB_Device_ControlRequest(void) { CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface); } - +/* end LUFA CDC-ACM specific definitions*/ void handle_cmd(uint8_t cmd) { -- cgit v1.2.3