From 0574c1a34902d6420acb597c8b576142436c22ef Mon Sep 17 00:00:00 2001 From: M Hightower <27247790+mhightower83@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:45:48 -0700 Subject: [PATCH] Oops, remove external debug libary from example. --- .../esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino b/libraries/esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino index 1d30d8f9fd..300dff0490 100644 --- a/libraries/esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino +++ b/libraries/esp8266/examples/HeapNewDeleteTest/HeapNewDeleteTest.ino @@ -47,8 +47,6 @@ You need to add line'-DUMM_ENABLE_MEMALIGN=1' to the build options. #include #include -#include - #include // aligned_alloc #define PRINTF(fmt, ...) ets_uart_printf(pstrcpy(PSTR(fmt)), ##__VA_ARGS__)