doc: driver: input: espressif touch_sensor Typo

Example code was incorrect.

Signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
This commit is contained in:
Gaetan Perrot 2024-04-08 18:57:39 +09:00 committed by Maureen Helm
commit 4d5606b55b

View file

@ -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>;
};
};