This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1775528beb drivers/sensors: add missing SENSORS prefix after d68476796a
1775528beb is described below
commit 1775528beb8336b311aeca38634077b5f7419f62
Author: raiden00pl <[email protected]>
AuthorDate: Sat May 24 19:24:14 2025 +0200
drivers/sensors: add missing SENSORS prefix after d68476796a
add missing SENSORS prefix after d68476796a for some sensors
Signed-off-by: raiden00pl <[email protected]>
---
drivers/sensors/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig
index 154969a9dc..3cbbc3fd31 100644
--- a/drivers/sensors/Kconfig
+++ b/drivers/sensors/Kconfig
@@ -208,7 +208,7 @@ config SENSORS_NAU7802
if SENSORS_NAU7802
-config NAU7802_I2C_FREQUENCY
+config SENSORS_NAU7802_I2C_FREQUENCY
int "NAU7802 I2C frequency"
default 100000