mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
arch/arm/src/stm32/hardware/stm32_dbgmcu.h: fix invalid STM32_DBGMCU_APB2_FZ offset for G4
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#ifdef CONFIG_STM32_HAVE_IP_DBGMCU_V3
|
||||
# define STM32_DBGMCU_APB1_FZ1 0xe0042008 /* Debug MCU APB1 freeze 1 register */
|
||||
# define STM32_DBGMCU_APB1_FZ2 0xe004200c /* Debug MCU APB1 freeze 2 register */
|
||||
# define STM32_DBGMCU_APB2_FZ 0xe004200e /* Debug MCU APB2 freeze register */
|
||||
# define STM32_DBGMCU_APB2_FZ 0xe0042010 /* Debug MCU APB2 freeze register */
|
||||
#endif
|
||||
|
||||
/* Register Bitfield Definitions ********************************************/
|
||||
|
||||
Reference in New Issue
Block a user