drivers: entropy: esp32: update register call

Update entropy driver to use proper registers

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2020-08-20 06:52:42 -03:00 committed by Anas Nashif
commit 57c7dfbbc3
5 changed files with 55 additions and 35 deletions

View file

@ -7,6 +7,7 @@
#define ZEPHYR_ARCH_XTENSA_INCLUDE_XTENSA_API_H_
#include <xtensa/hal.h>
#include <xtensa/core-macros.h>
#include "xtensa_rtos.h"
#include "xtensa_context.h"