mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
This commit is contained in:
parent
8cb861890a
commit
d753986556
@ -8,6 +8,8 @@
|
|||||||
#define _ESP_MBO_H
|
#define _ESP_MBO_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
#define _ESP_RRM_H
|
#define _ESP_RRM_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -51,7 +51,6 @@ components/bootloader_support/include/esp_app_format.h
|
|||||||
|
|
||||||
components/wpa_supplicant/include/
|
components/wpa_supplicant/include/
|
||||||
components/wpa_supplicant/port/
|
components/wpa_supplicant/port/
|
||||||
components/wpa_supplicant/esp_supplicant/include/
|
|
||||||
|
|
||||||
components/mbedtls/mbedtls/
|
components/mbedtls/mbedtls/
|
||||||
components/mbedtls/port/include/
|
components/mbedtls/port/include/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user