forked from espressif/esp-idf
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#define _ESP_MBO_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -8,6 +8,8 @@
|
||||
#define _ESP_RRM_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -40,7 +40,6 @@ components/bootloader_support/include/esp_app_format.h
|
||||
|
||||
components/wpa_supplicant/include/
|
||||
components/wpa_supplicant/port/
|
||||
components/wpa_supplicant/esp_supplicant/include/
|
||||
|
||||
components/mbedtls/mbedtls/
|
||||
components/mbedtls/port/include/
|
||||
|
Reference in New Issue
Block a user