mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
Merge branch 'bugfix/esp32s2_rng' into 'master'
soc: esp32s2: fix address of WDEV_RND_REG Closes IDF-1390 See merge request espressif/esp-idf!7640
This commit is contained in:
commit
1a7d0b3b6f
@ -17,5 +17,5 @@
|
||||
#include "soc.h"
|
||||
|
||||
/* Hardware random number generator register */
|
||||
#define WDEV_RND_REG 0x60035100
|
||||
#define WDEV_RND_REG 0x60035110
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user