summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/busio/I2C.h
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2020-10-08 00:52:00 +0700
committerhathach <thach@tinyusb.org>2020-10-08 00:52:00 +0700
commitb7ed18d622fb6ca5b02034cbd2ac8d256374d77d (patch)
tree5f456af6ebb21d961627491eb90dfc44b1495100 /ports/esp32s2/common-hal/busio/I2C.h
parent8c428a3bdd624884180e4daa348fde2eeeb47f28 (diff)
change idf to espressif
fix hal includes
Diffstat (limited to 'ports/esp32s2/common-hal/busio/I2C.h')
-rw-r--r--ports/esp32s2/common-hal/busio/I2C.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/common-hal/busio/I2C.h b/ports/esp32s2/common-hal/busio/I2C.h
index 1a989e30a..c39d6d744 100644
--- a/ports/esp32s2/common-hal/busio/I2C.h
+++ b/ports/esp32s2/common-hal/busio/I2C.h
@@ -29,7 +29,7 @@
#include "common-hal/microcontroller/Pin.h"
-#include "components/soc/include/hal/i2c_types.h"
+#include "components/hal/include/hal/i2c_types.h"
#include "FreeRTOS.h"
#include "freertos/semphr.h"
#include "py/obj.h"