stm32: iwdg: fix typo in (unused) register name

This commit is contained in:
Guillaume Revaillot 2018-03-27 18:29:41 +02:00
parent c93c8676e6
commit b79de32e9e
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
/* --- IWDG_SR values ------------------------------------------------------ */
/* WVU: Watchdog counter window value update */
#define IWGD_SR_WVU (1 << 2)
#define IWDG_SR_WVU (1 << 2)
/* --- IWDG_WIN values ----------------------------------------------------- */

View File

@ -42,7 +42,7 @@
/* --- IWDG_SR values ------------------------------------------------------ */
/* WVU: Watchdog counter window value update */
#define IWGD_SR_WVU (1 << 2)
#define IWDG_SR_WVU (1 << 2)
/* --- IWDG_WIN values ----------------------------------------------------- */