Merge branch 'bugfix/program_once_esp_sleep_h' into 'master'

esp8266: Added #pragma once for esp_sleep.h

See merge request sdk/ESP8266_RTOS_SDK!1130
This commit is contained in:
Dong Heng
2019-10-14 18:10:53 +08:00

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"