From 5b98db8430e6272435c880951c9f9bcb7100eeb6 Mon Sep 17 00:00:00 2001 From: Jonas Berg Date: Sat, 9 Aug 2025 12:03:30 +0200 Subject: [PATCH] Samples: Fix ID for VCNL4040 sensor sample The ID of the sample is wrong, so it is not possible to link to the sample documentation. I found this issue when working on a shield for the VCNL4040 proximity sensor. To my knowledge, there are no references to the invalid ID yet. Signed-off-by: Jonas Berg --- samples/sensor/vcnl4040/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sensor/vcnl4040/README.rst b/samples/sensor/vcnl4040/README.rst index 26794839da3d3..be81aa0e2a9d6 100644 --- a/samples/sensor/vcnl4040/README.rst +++ b/samples/sensor/vcnl4040/README.rst @@ -1,4 +1,4 @@ -.. zephyr:code-sample:: vcml4040 +.. zephyr:code-sample:: vcnl4040 :name: VCNL4040 Proximity and Ambient Light Sensor :relevant-api: sensor_interface