Skip to content

Commit 16abd0a

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 d9c1230 commit 16abd0a

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
@@ -43,7 +43,7 @@
4343
#include "driver/touch_pad.h"
4444
#elif SOC_TOUCH_SENSOR_VERSION == 2 // Most ESP32 SoCs
4545
#include "driver/touch_sensor.h"
46-
#elif SOC_TOUCH_SENSOR_VERSION == 3 // All other SoCs with touch, to date
46+
#elif SOC_TOUCH_SENSOR_VERSION == 3 // Currently ESP32-P4
4747
#include "driver/touch_sens.h"
4848
#else
4949
#error "Unknown touch hardware version"

0 commit comments

Comments
 (0)