1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Remove printf redefinition from umm_malloc_cfg (#1629)

This commit is contained in:
Ivan Grokhotkov 2016-02-13 13:29:58 +03:00
parent 0659b80260
commit 1fc8918d76

View File

@ -6,8 +6,6 @@
#define _UMM_MALLOC_CFG_H #define _UMM_MALLOC_CFG_H
#include <debug.h> #include <debug.h>
#include <ets_sys.h>
#define printf ets_printf
/* /*
* There are a number of defines you can set at compile time that affect how * There are a number of defines you can set at compile time that affect how
* the memory allocator will operate. * the memory allocator will operate.