From 19c23371684e894eaa260bb6d1f0a5a12304bb66 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 18 Feb 2020 07:14:15 +0100 Subject: [PATCH] soc: esp32s2: fix address of WDEV_RND_REG Ref. ESP32-S2 TRM. Closes IDF-1390 --- components/soc/soc/esp32s2/include/soc/wdev_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/soc/esp32s2/include/soc/wdev_reg.h b/components/soc/soc/esp32s2/include/soc/wdev_reg.h index f258088a24..21fb25a817 100644 --- a/components/soc/soc/esp32s2/include/soc/wdev_reg.h +++ b/components/soc/soc/esp32s2/include/soc/wdev_reg.h @@ -17,5 +17,5 @@ #include "soc.h" /* Hardware random number generator register */ -#define WDEV_RND_REG 0x60035100 +#define WDEV_RND_REG 0x60035110