Merge branch 'bugfix/soc_caps_implicit_inc' into 'master'

HAL: explicitly include soc_caps.h

Closes IDFGH-4547

See merge request espressif/esp-idf!11895
This commit is contained in:
Michael (XIAO Xufeng)
2021-01-11 14:18:10 +08:00
18 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#pragma once
#include "soc/i2c_periph.h"
#include "soc/soc_caps.h"
#include "hal/i2c_types.h"
#ifdef __cplusplus

View File

@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include "soc/touch_sensor_periph.h"
#include "soc/soc_caps.h"
#include "hal/touch_sensor_types.h"
#ifdef __cplusplus

View File

@@ -30,6 +30,7 @@ extern "C" {
#include <stdbool.h>
#include "hal/twai_types.h"
#include "soc/twai_periph.h"
#include "soc/soc_caps.h"
/* ------------------------- Defines and Typedefs --------------------------- */

View File

@@ -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)
{