summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-06 21:18:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-06 21:18:34 +0000
commit98dcf81241c8ea176634617af8c4d3146c914eb3 (patch)
treefbadffe522ddfab36e0fc1558c80d1940d67824d /nuttx/arch
parentafe2554a0862674921f5334fd9c34d2e3c17391a (diff)
downloadpx4-nuttx-98dcf81241c8ea176634617af8c4d3146c914eb3.tar.gz
px4-nuttx-98dcf81241c8ea176634617af8c4d3146c914eb3.tar.bz2
px4-nuttx-98dcf81241c8ea176634617af8c4d3146c914eb3.zip
Add support for the STM3210E-EVAL LCD backlight
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3748 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_tim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_tim.c b/nuttx/arch/arm/src/stm32/stm32_tim.c
index d996a7af1..5ce495178 100644
--- a/nuttx/arch/arm/src/stm32/stm32_tim.c
+++ b/nuttx/arch/arm/src/stm32/stm32_tim.c
@@ -578,7 +578,7 @@ struct stm32_tim_priv_s stm32_tim7_priv = {
#if STM32_NATIM > 0
-#if CONFIG_STM32_TIM7
+#if CONFIG_STM32_TIM1
struct stm32_tim_priv_s stm32_tim1_priv = {
.ops = &stm32_tim_ops,
.mode = STM32_TIM_MODE_UNUSED,