Files for pysimCoder on nucleo-h743zi1
This commit is contained in:
parent
e944cd2340
commit
80ed34cae5
|
@ -225,6 +225,7 @@ int stm32_bringup(void)
|
||||||
|
|
||||||
#ifdef CONFIG_STM32H7_TIM3_QE
|
#ifdef CONFIG_STM32H7_TIM3_QE
|
||||||
ret = stm32_qencoder_initialize("/dev/qe2", 3);
|
ret = stm32_qencoder_initialize("/dev/qe2", 3);
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
syslog(LOG_ERR,
|
syslog(LOG_ERR,
|
||||||
|
|
Loading…
Reference in New Issue