STM32 LTDC: Fix a typo in conditional compilation
This commit is contained in:
parent
002d4c40a4
commit
626fa0719a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user