summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-15 04:20:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-15 04:20:55 +0000
commitb0f1bf2b470d24107879afd6afa9d2dde42f5c07 (patch)
tree1bb7cbfd96331980d26281e9165d921dec935ea2 /nuttx/include
parent4157b2eb6c0102eca9c749f8b49a6f82a736f15b (diff)
downloadpx4-nuttx-b0f1bf2b470d24107879afd6afa9d2dde42f5c07.tar.gz
px4-nuttx-b0f1bf2b470d24107879afd6afa9d2dde42f5c07.tar.bz2
px4-nuttx-b0f1bf2b470d24107879afd6afa9d2dde42f5c07.zip
Need to set global power
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3180 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/usb/ohci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/usb/ohci.h b/nuttx/include/nuttx/usb/ohci.h
index cb1abb67a..dd714c7c1 100755
--- a/nuttx/include/nuttx/usb/ohci.h
+++ b/nuttx/include/nuttx/usb/ohci.h
@@ -226,7 +226,6 @@
/* HcRhStatus: Root hub status (7.4.3) */
-#define OHCI_RHSTATUS_
#define OHCI_RHSTATUS_LPS (1 << 0) /* Bit 0: Local power status */
#define OHCI_RHSTATUS_OCI (1 << 1) /* Bit 1: Over current indicator */
/* Bits 2-14: Reserved */