aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-14 14:56:27 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-14 14:56:27 +0200
commit50e3bb28c90bb2cb93f9f0a549cf9c4838973e1c (patch)
treef3545377bbf655237a8c7d9e9ff7c60b3ec3e85d /nuttx-configs/px4fmu-v1
parentcd928b64f38100e91b7ee927a4b37dc58078a844 (diff)
downloadpx4-firmware-50e3bb28c90bb2cb93f9f0a549cf9c4838973e1c.tar.gz
px4-firmware-50e3bb28c90bb2cb93f9f0a549cf9c4838973e1c.tar.bz2
px4-firmware-50e3bb28c90bb2cb93f9f0a549cf9c4838973e1c.zip
Fixed power attribute on FMU, contributed by Tridge
Diffstat (limited to 'nuttx-configs/px4fmu-v1')
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index d33816129..9f088c37a 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -534,9 +534,10 @@ CONFIG_USBDEV=y
#
# CONFIG_USBDEV_ISOCHRONOUS is not set
# CONFIG_USBDEV_DUALSPEED is not set
-CONFIG_USBDEV_SELFPOWERED=y
-# CONFIG_USBDEV_BUSPOWERED is not set
+# CONFIG_USBDEV_SELFPOWERED is not set
+CONFIG_USBDEV_BUSPOWERED=y
CONFIG_USBDEV_MAXPOWER=500
+# CONFIG_USBDEV_REMOTEWAKEUP is not set
# CONFIG_USBDEV_DMA is not set
# CONFIG_USBDEV_TRACE is not set