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
This commit is contained in:
patacongo 2011-07-06 21:18:34 +00:00
parent ce2ce470f7
commit 4014cbef3c

View File

@ -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,