From cab07c0703f69323838afa031cc68a59d5930d87 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 28 Mar 2018 13:17:39 +0000 Subject: [PATCH] stm32: iwdg: fix Window Register name The f0 copy of this file originally had a copy/paste error in the documentation. F3 and L4 had the "right" name. --- include/libopencm3/stm32/common/iwdg_common_v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/common/iwdg_common_v2.h b/include/libopencm3/stm32/common/iwdg_common_v2.h index 5c111624..012b4666 100644 --- a/include/libopencm3/stm32/common/iwdg_common_v2.h +++ b/include/libopencm3/stm32/common/iwdg_common_v2.h @@ -44,7 +44,7 @@ specific memorymap.h header before including this header file.*/ /* Register definitions */ /*****************************************************************************/ -/* Key Register (IWDG_WINR) */ +/* Window Register (IWDG_WINR) */ #define IWDG_WINR MMIO32(IWDG_BASE + 0x10) /*****************************************************************************/