mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
Misc fixes to quadrature encoder debug output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4411 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8c1b31e600
commit
b44919bf78
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
# define qevdbg vdbg
|
||||
# define qellvdbg llvdbg
|
||||
# else
|
||||
# define qelldbg(x...)
|
||||
# define qevdbg(x...)
|
||||
# define qellvdbg(x...)
|
||||
# endif
|
||||
#else
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
|
||||
int qe_devinit(void)
|
||||
{
|
||||
static initialized = false;
|
||||
static bool initialized = false;
|
||||
int ret;
|
||||
|
||||
/* Check if we are already initialized */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue