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:
parent
0f58a9009c
commit
e76a98d335
@ -317,14 +317,6 @@ extern "C" void app_entry_redefinable(void)
|
||||
cont_t s_cont __attribute__((aligned(16)));
|
||||
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_user_start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user