mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
XMC in eboot: hotfix: disabling (#7277)
This commit is contained in:
parent
83166f948b
commit
ea879b6ef6
@ -190,7 +190,7 @@ int copy_raw(const uint32_t src_addr,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define XMC_SUPPORT
|
//#define XMC_SUPPORT
|
||||||
#ifdef XMC_SUPPORT
|
#ifdef XMC_SUPPORT
|
||||||
// Define a few SPI0 registers we need access to
|
// Define a few SPI0 registers we need access to
|
||||||
#define ESP8266_REG(addr) *((volatile uint32_t *)(0x60000000+(addr)))
|
#define ESP8266_REG(addr) *((volatile uint32_t *)(0x60000000+(addr)))
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user