mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
STM32 LTDC: Fix a typo in conditional compilation
This commit is contained in:
parent
f8592281a7
commit
a574a3cc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue