1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

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.
This commit is contained in:
Dirk O. Kaar 2021-10-17 00:51:53 +02:00 committed by GitHub
parent aabfd73c3a
commit c7c7d0518b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
#ifndef __COREDECLS_H
#define __COREDECLS_H
#define HAVE_ESP_SUSPEND 1
#include "core_esp8266_features.h"
#ifdef __cplusplus