summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-09 02:42:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-09 02:42:02 +0000
commit5bdca5bec60da89395a77402c0eea7d0c627eb98 (patch)
tree9b0839fc935801461b9f80f56ba981f7a9744082 /nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
parente29ce8c2602d6d15a9ff92707ed1c7fabeb59cbe (diff)
downloadpx4-nuttx-5bdca5bec60da89395a77402c0eea7d0c627eb98.tar.gz
px4-nuttx-5bdca5bec60da89395a77402c0eea7d0c627eb98.tar.bz2
px4-nuttx-5bdca5bec60da89395a77402c0eea7d0c627eb98.zip
Remove some unnecessary tests
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3235 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c')
-rwxr-xr-xnuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
index b9882c34c..9b73ed0d2 100755
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
@@ -802,7 +802,7 @@ static int lpc17_usbinterrupt(int irq, FAR void *context)
else if (priv->connected)
{
- /* Yes.. disable interrupts and disconnect the device */
+ /* Yes.. disconnect the device */
ullvdbg("Disconnected\n");
priv->connected = false;