mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-14 18:18:36 +08:00
fix(esp8266): Fix "esp_sleep.h" internal leaks "gpio.h" data declare
This commit is contained in:
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "esp_err.h"
|
#include "esp_err.h"
|
||||||
|
#include "driver/gpio.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Reference in New Issue
Block a user