From a8792a1a19f0cd362f1c2f07bf4517791ac1c8ae Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 11 Aug 2011 12:42:10 -0400 Subject: usb.h, usb.c: Cleanups Remove wIstr. This cleans up the control flow. wIstr is still declared in usb_lib/usb_regs.h, but it's unused throughout the code base. Remove bIntPackSOF. Only written, never read. Signed-off-by: Marti Bolivar --- libmaple/usb/usb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmaple/usb/usb.h') diff --git a/libmaple/usb/usb.h b/libmaple/usb/usb.h index b073156..107ea77 100644 --- a/libmaple/usb/usb.h +++ b/libmaple/usb/usb.h @@ -27,8 +27,7 @@ #ifndef _USB_H_ #define _USB_H_ -#include "libmaple.h" -#include "gpio.h" +#include "libmaple_types.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3