Skip to content

Commit f42a11a

Browse files
committed
Fix ESP8266 builds
1 parent dbe2da9 commit f42a11a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ static char out[OUTPUT_SIZE];
6767
#if !defined(ESP8266) && !defined(ESP32)
6868
struct serial_t Serial;
6969
#endif
70+
#ifndef ESP8266
7071
void *MMU_SEC_HEAP = NULL;
72+
#endif
7173

7274
struct rule_options_t rule_options;
7375

0 commit comments

Comments
 (0)