boards/arm/stm32/nucleo-f446re: fixed wrong qetimer config name
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
cc514d7791
commit
dd8420431a
|
@ -159,7 +159,7 @@ int stm32_bringup(void)
|
|||
#ifdef CONFIG_SENSORS_QENCODER
|
||||
/* Initialize and register the qencoder driver */
|
||||
|
||||
ret = board_qencoder_initialize(0, CONFIG_NUCLEO_F401RE_QETIMER);
|
||||
ret = board_qencoder_initialize(0, CONFIG_NUCLEO_F446RE_QETIMER);
|
||||
if (ret != OK)
|
||||
{
|
||||
syslog(LOG_ERR,
|
||||
|
|
Loading…
Reference in New Issue