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

This commit is contained in:
akshat 2025-02-10 18:52:01 +05:30
parent 22382490ab
commit 767afc9ce4
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/spi_flash/include/spi_flash_chip_generic.h
components/wpa_supplicant/include/
components/wpa_supplicant/port/
components/wpa_supplicant/esp_supplicant/include/
components/mbedtls/mbedtls/
components/mbedtls/port/include/