From c7c7d0518b7ea80fa61480d5dd60363548afbf3f Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" <19971886+dok-net@users.noreply.github.com> Date: Sun, 17 Oct 2021 00:51:53 +0200 Subject: [PATCH] Remove the HAVE_ESP_SUSPEND define. (#8342) The define was in the feature development branch, now after merge into main it is redundant, and should not be part of the next release point. --- cores/esp8266/coredecls.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/esp8266/coredecls.h b/cores/esp8266/coredecls.h index e5573792b..e06dc6029 100644 --- a/cores/esp8266/coredecls.h +++ b/cores/esp8266/coredecls.h @@ -2,8 +2,6 @@ #ifndef __COREDECLS_H #define __COREDECLS_H -#define HAVE_ESP_SUSPEND 1 - #include "core_esp8266_features.h" #ifdef __cplusplus