From f0a1282d429023958e750a7821c577c132365485 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Thu, 17 Feb 2011 21:38:38 +1300 Subject: Added ITM and TPIU register definitions. --- include/libopencm3/stm32/dbgmcu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/stm32/dbgmcu.h') diff --git a/include/libopencm3/stm32/dbgmcu.h b/include/libopencm3/stm32/dbgmcu.h index 1229e901..e753f5ed 100644 --- a/include/libopencm3/stm32/dbgmcu.h +++ b/include/libopencm3/stm32/dbgmcu.h @@ -26,7 +26,7 @@ /* --- DBGMCU registers ---------------------------------------------------- */ #define DBGMCU_IDCODE MMIO32(DBGMCU_BASE + 0x00) -#define DBGMCU_CR MMIO32(DBGCMU_BASE + 0x04) +#define DBGMCU_CR MMIO32(DBGMCU_BASE + 0x04) /* DBGMCU_CR bits */ #define DBGMCU_CR_SLEEP 0x00000001 -- cgit v1.2.3