From 34fd228bf9158b0df47b4ec04b20db682963d5b0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 17:02:36 +0100 Subject: Move generic USB stuff to a subdir, dedupe .h files. Adapt examples and the lib code accordingly. --- lib/usb/usb_f103.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/usb/usb_f103.c') diff --git a/lib/usb/usb_f103.c b/lib/usb/usb_f103.c index 381ee79..a23a8e3 100644 --- a/lib/usb/usb_f103.c +++ b/lib/usb/usb_f103.c @@ -20,9 +20,7 @@ #include #include #include - -#include - +#include #include "usb_private.h" /** Initialize USB Device Controller. @@ -250,4 +248,3 @@ void usbd_poll(void) if(istr & USB_ISTR_SOF) USB_CLR_ISTR_SOF(); } - -- cgit v1.2.3