diff --git a/rt-thread-version/rt-thread-standard/programming-manual/device/touch/touch.md b/rt-thread-version/rt-thread-standard/programming-manual/device/touch/touch.md index b0afb06aeb798c867fdb01f39fdabbb2c5e7be74..4d98e04b338a068c8257d3f609591487b0dffb58 100644 --- a/rt-thread-version/rt-thread-standard/programming-manual/device/touch/touch.md +++ b/rt-thread-version/rt-thread-standard/programming-manual/device/touch/touch.md @@ -15,7 +15,7 @@ RT-Thread 为了方便使用 Touch 设备,抽象出了 Touch 设备驱动框 ### Touch 设备特性 - 接口:标准 device 接口(open/close/read/control)。 -- 工作模式:支持和轮询两种模式。 +- 工作模式:支持中断和轮询两种模式。 - 支持读取多点数据 点击 [Touch 列表](touch_list.md),查看当前支持的 Touch 类型。