8000 Commented out XMC support. Compatibility issues with PoC when using 1… · esp8266/Arduino@7b4a8d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b4a8d4

Browse files
committed
Commented out XMC support. Compatibility issues with PoC when using 16K ICACHE.
1 parent 1a9d909 commit 7b4a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ extern "C" void user_init(void) {
344344

345345
initVariant();
346346

347-
experimental::initFlashQuirks(); // Chip specific flash init.
347+
// experimental::initFlashQuirks(); // Chip specific flash init.
348348

349349
cont_init(g_pcont);
350350

0 commit comments

Comments
 (0)
0