doc: driver: input: espressif touch_sensor Typo
Example code was incorrect. Signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
This commit is contained in:
parent
2ae1a978ae
commit
4d5606b55b
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue