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.
This commit is contained in:
Karl Palsson 2018-03-28 13:17:39 +00:00
parent c670bdca1a
commit cab07c0703

View File

@ -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)
/*****************************************************************************/