summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src')
-rw-r--r--nuttx/configs/stm32f4discovery/src/up_qencoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/up_qencoder.c b/nuttx/configs/stm32f4discovery/src/up_qencoder.c
index 5d91f4c36..60d4d760e 100644
--- a/nuttx/configs/stm32f4discovery/src/up_qencoder.c
+++ b/nuttx/configs/stm32f4discovery/src/up_qencoder.c
@@ -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 */