1
0
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:
david gauchard 2020-05-07 15:32:16 +02:00 committed by GitHub
parent 83166f948b
commit ea879b6ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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.