STM32F4 Discovery: Fix issues with QEncoder support
This commit is contained in:
parent
bd538d22be
commit
8ca41b2d7a
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -78,5 +78,3 @@ int stm32_qencoder_initialize(FAR const char *devpath, int timer)
|
|||
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif /* HAVE_QENCODER */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue