STM32 LTDC: Fix a typo in conditional compilation

This commit is contained in:
Gregory Nutt 2014-12-13 07:45:42 -06:00
parent 002d4c40a4
commit 626fa0719a

View File

@ -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 */