From 05237496c2f0589b46b6833cd214725f5fb404bd Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Wed, 8 Mar 2017 11:11:58 +0800 Subject: [PATCH] Get rid of superfluous printf --- components/esp32/psram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp32/psram.c b/components/esp32/psram.c index c0a63439e..ced0b08b9 100644 --- a/components/esp32/psram.c +++ b/components/esp32/psram.c @@ -600,7 +600,6 @@ void IRAM_ATTR esp_psram_writeback_cache() i+=psram[x]; i+=psram[x+(1024*1024*2)+(1024*64)]; //address picked to also clear cache of app cpu in low/high mode } - ets_printf("%x\n", i); #endif if (cacheWasDisabled&(1<<0)) SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S);