From 626fa0719a9ecccd1745e3a5bc10c71b293996a0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 Dec 2014 07:45:42 -0600 Subject: [PATCH] STM32 LTDC: Fix a typo in conditional compilation --- arch/arm/src/stm32/stm32_ltdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_ltdc.c b/arch/arm/src/stm32/stm32_ltdc.c index bd27ee1f0e3..9f23acb4655 100644 --- a/arch/arm/src/stm32/stm32_ltdc.c +++ b/arch/arm/src/stm32/stm32_ltdc.c @@ -276,7 +276,7 @@ struct stm32_ltdc_s /* Debug stuff */ -#ifdef CONFIG_STM32_LtDC_REGDEBUG +#ifdef CONFIG_STM32_LTDC_REGDEBUG bool wrlast; /* True: Last access was a write */ uintptr_t addrlast; /* Last address accessed */ uint32_t vallast; /* Last value read or written */