Skip to content

Commit

Permalink
doc: driver: input: espressif touch_sensor Typo
Browse files Browse the repository at this point in the history
Example code was incorrect.

Signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
  • Loading branch information
moonlight83340 authored and MaureenHelm committed Apr 8, 2024
1 parent 2ae1a97 commit 4d5606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dts/bindings/input/espressif,esp32-touch-sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ description: |
filter-smooth-level = <ESP32_TOUCH_FILTER_SMOOTH_MODE_IIR_2>;
touch_sensor_0 {
channel_num = <1>;
channel_sens = <20>;
channel-num = <1>;
channel-sens = <20>;
zephyr,code = <INPUT_KEY_0>;
};
};
Expand Down

0 comments on commit 4d5606b

Please sign in to comment.