mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
STM32 LTDC: Fix a typo in conditional compilation
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user