From 54141b1b7c535b8f1502fda24f9dbc5136cf19fc Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 15 Dec 2010 02:12:40 +0000 Subject: [PATCH] cleanup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3177 42af7a65-404d-4744-a932-0658087f49c3 --- include/nuttx/usb/ohci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nuttx/usb/ohci.h b/include/nuttx/usb/ohci.h index 5475b54202..cb1abb67a2 100755 --- a/include/nuttx/usb/ohci.h +++ b/include/nuttx/usb/ohci.h @@ -129,7 +129,6 @@ /* Bits 11-31: Reserved */ /* HcCommandStatus: HC command status (7.1.3) */ -#define OHCI_CMDST_ #define OHCI_CMDST_HCR (1 << 0) /* Bit 0: Host controller reset */ #define OHCI_CMDST_CLF (1 << 1) /* Bit 1: Control list filled */