Skip to content

Commit 0574c1a

Browse files
committed
Oops, remove external debug libary from example.
1 parent 01a89fd commit 0574c1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ You need to add line'-DUMM_ENABLE_MEMALIGN=1' to the build options.
4747

4848
#include <umm_malloc/umm_malloc_cfg.h>
4949
#include <umm_malloc/umm_heap_select.h>
50-
#include <BacktraceLog.h>
51-
5250
#include <stdlib.h> // aligned_alloc
5351

5452
#define PRINTF(fmt, ...) ets_uart_printf(pstrcpy(PSTR(fmt)), ##__VA_ARGS__)

0 commit comments

Comments
 (0)