mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(hal): move i2c_periph.h to hal folder
This commit is contained in:
committed by
Chen Ji Chang
parent
c84773f307
commit
cb2cbc652a
@@ -23,7 +23,7 @@
|
||||
#include "i2c_private.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "soc/clk_tree_defs.h"
|
||||
#include "soc/i2c_periph.h"
|
||||
#include "hal/i2c_periph.h"
|
||||
#include "esp_clk_tree.h"
|
||||
#include "clk_ctrl_os.h"
|
||||
#include "esp_private/gpio.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "esp_intr_alloc.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/semphr.h"
|
||||
#include "soc/i2c_periph.h"
|
||||
#include "hal/i2c_periph.h"
|
||||
#include "esp_private/periph_ctrl.h"
|
||||
#include "esp_private/esp_clk.h"
|
||||
#include "esp_rom_gpio.h"
|
||||
|
||||
Reference in New Issue
Block a user