From 1fc8918d76f203eb714b9dbf58ca23c0589f2f15 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sat, 13 Feb 2016 13:29:58 +0300 Subject: [PATCH] Remove printf redefinition from umm_malloc_cfg (#1629) --- cores/esp8266/umm_malloc/umm_malloc_cfg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/esp8266/umm_malloc/umm_malloc_cfg.h b/cores/esp8266/umm_malloc/umm_malloc_cfg.h index 632480024..3d38d2b0e 100644 --- a/cores/esp8266/umm_malloc/umm_malloc_cfg.h +++ b/cores/esp8266/umm_malloc/umm_malloc_cfg.h @@ -6,8 +6,6 @@ #define _UMM_MALLOC_CFG_H #include -#include -#define printf ets_printf /* * There are a number of defines you can set at compile time that affect how * the memory allocator will operate.