mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
hal: explicitly include soc_caps.h
Many files in the HAL layer depended on SOC_ macros without explicitly including soc_caps.h
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "hal/touch_sensor_hal.h"
|
||||
#include "hal/touch_sensor_types.h"
|
||||
#include "soc/soc_caps.h"
|
||||
|
||||
void touch_hal_init(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user