fix(esp8266): Added #pragma once for esp_sleep.h

Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/732
This commit is contained in:
dongheng
2019-10-14 17:07:08 +08:00
parent ce3d47768d
commit a9c23b2c69

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#pragma once
#include <stdint.h>
#include "esp_err.h"
#include "driver/gpio.h"