From e0dbba5bd3ff18103fa3adb9c6efe2e44fcf278b Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 30 Apr 2025 21:41:22 +0200 Subject: [PATCH] samples: sensor: lps22hh: fix title The name of the sensor in the title had one S too many, it should be LPS22HH instead of LPSS22HH. Same for the I3C version of the sample. Signed-off-by: Josep Puigdemont --- samples/sensor/lps22hh/README.rst | 2 +- samples/sensor/lps22hh_i3c/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/sensor/lps22hh/README.rst b/samples/sensor/lps22hh/README.rst index ea9c4f409ba..1cad42e810c 100644 --- a/samples/sensor/lps22hh/README.rst +++ b/samples/sensor/lps22hh/README.rst @@ -1,5 +1,5 @@ .. zephyr:code-sample:: lps22hh - :name: LPSS22HH Temperature and Pressure Sensor + :name: LPS22HH Temperature and Pressure Sensor :relevant-api: sensor_interface Get pressure and temperature data from an LPS22HH sensor (polling & trigger mode). diff --git a/samples/sensor/lps22hh_i3c/README.rst b/samples/sensor/lps22hh_i3c/README.rst index 06156bd7e71..086fabf7be6 100644 --- a/samples/sensor/lps22hh_i3c/README.rst +++ b/samples/sensor/lps22hh_i3c/README.rst @@ -1,5 +1,5 @@ .. zephyr:code-sample:: lps22hh_i3c - :name: LPSS22HH Temperature and Pressure Sensor (I3C) + :name: LPS22HH Temperature and Pressure Sensor (I3C) :relevant-api: sensor_interface Get pressure and temperature data from an LPS22HH sensor over I3C (polling &