Merge branch 'task/buildv2_hygiene_and_dep_declarations' into 'master'

fix(components): generic dep-declaration and scope-leakage hygiene exposed by cmakev2

See merge request espressif/esp-idf!48739
This commit is contained in:
Sudeep Mohanty
2026-05-26 10:18:22 +02:00
24 changed files with 54 additions and 34 deletions

View File

@@ -7,6 +7,7 @@
// The HAL layer for SDIO slave (common part)
#include <string.h>
#include <stddef.h>
#include <inttypes.h>
#include "soc/sdio_slc_struct.h"
#include "soc/sdio_hinf_struct.h"