Skip to content

Commit ebe29a5

Browse files
committed
Fix wdt reset in ESP8266 core 3.1.1.
1 parent 47e0a5b commit ebe29a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bearssl/inner.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
#ifndef INNER_H__
2626
#define INNER_H__
2727

28-
#include "esp_suspend.h"
28+
2929
#if defined(ARDUINO_NANO_RP2040_CONNECT)
3030
#include "bool_types.h"
3131
#endif
3232
#include <Arduino.h>
3333
#if defined(ESP8266) || defined(PICO_RP2040)
34-
34+
#include "esp_suspend.h"
3535
#include <string.h>
3636
#include <limits.h>
3737

0 commit comments

Comments
 (0)