bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt

This commit is contained in:
akshat 2025-02-11 10:14:05 +05:30 committed by BOT
parent 1c231b4401
commit f8c552b560
3 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,8 @@
#define _ESP_MBO_H
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -8,6 +8,8 @@
#define _ESP_RRM_H
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -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/