Skip to content

Commit 397408f

Browse files
committed
Add HAVE_ESP_SUSPEND define to allow 3rd party libraries to detect API changes
1 parent 08ed7d0 commit 397408f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/esp8266/coredecls.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#ifndef __COREDECLS_H
33
#define __COREDECLS_H
44

5+
#define HAVE_ESP_SUSPEND 1
6+
57
#ifdef __cplusplus
68
extern "C" {
79
#endif

0 commit comments

Comments
 (0)