Skip to content

Commit 8c377d3

Browse files
Update ports/esp32/machine_touchpad.c
Co-authored-by: Angus Gratton <gus@projectgus.com> Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent 7cbf26b commit 8c377d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/machine_touchpad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "modmachine.h"
3030
#include "driver/gpio.h"
3131

32-
#if SOC_TOUCH_SENSOR_SUPPORTED //&& !CONFIG_IDF_TARGET_ESP32P4
32+
#if SOC_TOUCH_SENSOR_SUPPORTED
3333

3434
#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 3, 0)
3535
#if SOC_TOUCH_VERSION_1

0 commit comments

Comments
 (0)