1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Removed obsolete debug code (#7757)

This commit is contained in:
M Hightower 2020-12-11 09:24:03 -08:00 committed by GitHub
parent 0f58a9009c
commit e76a98d335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,14 +317,6 @@ extern "C" void app_entry_redefinable(void)
cont_t s_cont __attribute__((aligned(16))); cont_t s_cont __attribute__((aligned(16)));
g_pcont = &s_cont; g_pcont = &s_cont;
#ifdef DEV_DEBUG_MMU_IRAM
DBG_MMU_PRINT_STATUS();
DBG_MMU_PRINT_IRAM_BANK_REG(0, "");
DBG_MMU_PRINTF("\nCall call_user_start()\n");
#endif
/* Call the entry point of the SDK code. */ /* Call the entry point of the SDK code. */
call_user_start(); call_user_start();
} }