Skip to content

Commit 1fc8918

Browse files
committed
Remove printf redefinition from umm_malloc_cfg (#1629)
1 parent 0659b80 commit 1fc8918

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/esp8266/umm_malloc/umm_malloc_cfg.h

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#define _UMM_MALLOC_CFG_H
77

88
#include <debug.h>
9-
#include <ets_sys.h>
10-
#define printf ets_printf
119
/*
1210
* There are a number of defines you can set at compile time that affect how
1311
* the memory allocator will operate.

0 commit comments

Comments
 (0)