Files for pysimCoder on nucleo-h743zi2

This commit is contained in:
Roberto Bucher 2022-10-28 10:35:27 +02:00 committed by Alan Carvalho de Assis
parent e6708bcb4b
commit 795d35e2cd
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
int stm32_qencoder_initialize(const char *devpath, int timer) int stm32_qencoder_initialize(const char *devpath, int timer)
{ {
int ret = 0; int ret;
/* Initialize a quadrature encoder interface. */ /* Initialize a quadrature encoder interface. */