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

This commit is contained in:
akshat 2024-12-17 15:07:37 +05:30 committed by BOT
parent d83f210228
commit e532499e5d
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/