mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-13 17:48:26 +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 "esp_err.h"
|
||||
#include "driver/gpio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user