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 <josep.puigdemont@gmail.com>
This commit is contained in:
Josep Puigdemont 2025-04-30 21:41:22 +02:00 committed by Benjamin Cabé
parent b915e24817
commit e0dbba5bd3
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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 &