summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-16 15:43:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-16 15:43:01 +0000
commit44d017bbaf9aff6d3f7b5dfd2042a71a6414380c (patch)
tree9331162b22b699068d1bdfe8a637c1b7993e5962 /nuttx/configs
parent61f7bc640f2f2ef42df04ca47d2806401cf97469 (diff)
downloadpx4-nuttx-44d017bbaf9aff6d3f7b5dfd2042a71a6414380c.tar.gz
px4-nuttx-44d017bbaf9aff6d3f7b5dfd2042a71a6414380c.tar.bz2
px4-nuttx-44d017bbaf9aff6d3f7b5dfd2042a71a6414380c.zip
Increase range of pulse count in PWM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/stm3240g-eval/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/defconfig b/nuttx/configs/stm3240g-eval/nsh/defconfig
index f2eb8a3b6..22bd97110 100755
--- a/nuttx/configs/stm3240g-eval/nsh/defconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/defconfig
@@ -350,9 +350,9 @@ CONFIG_STM32_ADC3_SAMPLE_FREQUENCY=100
#
# The STM3240G-Eval has no real on-board PWM devices, but the board can be configured to output
# a pulse train using several options (see board.h). Here the default setup is for TIM8, CH4.
-# Don't forget to enable CONFIG_STM32_TIM8.
+# Don't forget to enable CONFIG_PWM and CONFIG_STM32_TIM8.
#
-CONFIG_PWM=y
+CONFIG_PWM=n
CONFIG_PWM_PULSECOUNT=y
CONFIG_STM32_TIM8_PWM=y
CONFIG_STM32_TIM8_CHANNEL=4