STM32F4 Discovery: Fix issues with QEncoder support

This commit is contained in:
Alan Carvalho de Assis 2017-02-24 07:04:58 -06:00 committed by Gregory Nutt
parent bd538d22be
commit 8ca41b2d7a
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ config STM32F4DISCO_USBHOST_PRIO
config STM32F4DISCO_QETIMER
int "Timer to use with QE encoder"
default 3
default 2
depends on QENCODER
config PM_BUTTONS

View File

@ -78,5 +78,3 @@ int stm32_qencoder_initialize(FAR const char *devpath, int timer)
return ret;
}
#endif /* HAVE_QENCODER */