mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
STM32 Quad Encoder bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4437 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
65e1adb57f
commit
6e22e34bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ int qe_devinit(void)
|
|||
{
|
||||
/* Initialize a quadrature encoder interface. */
|
||||
|
||||
qevdbg("Initializing the quadrature encoder\n");
|
||||
qevdbg("Initializing the quadrature encoder using TIM%d\n", TIMID);
|
||||
ret = stm32_qeinitialize("/dev/qe0", TIMID);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue