fix(esp_event): made #include <stdint.h> explicit

This commit is contained in:
Jakob Hasse
2023-08-07 16:15:28 +08:00
parent db4308888d
commit 342a5b428c
2 changed files with 4 additions and 5 deletions

View File

@@ -4,8 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ESP_EVENT_BASE_H_
#define ESP_EVENT_BASE_H_
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
@@ -31,5 +32,3 @@ typedef void* esp_event_handler_instance_t; /**< context identifying an i
#ifdef __cplusplus
}
#endif
#endif // #ifndef ESP_EVENT_BASE_H_

View File

@@ -114,7 +114,7 @@ components/esp_wifi/include/esp_wifi_crypto_types.h
components/esp_wifi/include/esp_wifi_netif.h
components/esp_wifi/include/smartconfig_ack.h
components/esp_wifi/include/esp_wifi_default.h
components/esp_event/include/esp_event_base.h
components/esp_netif/include/esp_netif_sta_list.h
components/esp_netif/include/esp_netif_defaults.h
components/esp_netif/include/esp_netif_net_stack.h
components/esp_netif/include/esp_netif_ppp.h