Skip to content

Commit

Permalink
Fix wdt reset in ESP8266 core 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jan 20, 2023
1 parent 47e0a5b commit ebe29a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bearssl/inner.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#ifndef INNER_H__
#define INNER_H__

#include "esp_suspend.h"

#if defined(ARDUINO_NANO_RP2040_CONNECT)
#include "bool_types.h"
#endif
#include <Arduino.h>
#if defined(ESP8266) || defined(PICO_RP2040)

#include "esp_suspend.h"
#include <string.h>
#include <limits.h>

Expand Down

0 comments on commit ebe29a5

Please sign in to comment.