Skip to content

Commit ea879b6

Browse files
authored
XMC in eboot: hotfix: disabling (#7277)
1 parent 83166f9 commit ea879b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bootloaders/eboot/eboot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int copy_raw(const uint32_t src_addr,
190190
return 0;
191191
}
192192

193-
#define XMC_SUPPORT
193+
//#define XMC_SUPPORT
194194
#ifdef XMC_SUPPORT
195195
// Define a few SPI0 registers we need access to
196196
#define ESP8266_REG(addr) *((volatile uint32_t *)(0x60000000+(addr)))

bootloaders/eboot/eboot.elf

-1.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)