From c63b1cfa669a80b1d35a7238396e7ca8bec5a84b Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 31 May 2016 21:10:14 +0200 Subject: [PATCH] Set correct base address for register HOST_INF_SEL --- include/espressif/esp8266/eagle_soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/espressif/esp8266/eagle_soc.h b/include/espressif/esp8266/eagle_soc.h index cf60190..8e3855b 100644 --- a/include/espressif/esp8266/eagle_soc.h +++ b/include/espressif/esp8266/eagle_soc.h @@ -66,7 +66,7 @@ //}} //DPORT{{ -#define HOST_INF_SEL (0x28) +#define HOST_INF_SEL (PERIPHS_DPORT_BASEADDR + 0x28) #define DPORT_LINK_DEVICE_SEL 0x000000FF #define DPORT_LINK_DEVICE_SEL_S 8 #define DPORT_PERI_IO_SWAP 0x000000FF