Skip to content

Commit 0a2b92c

Browse files
kartbenfabiobaltieri
authored andcommitted
drivers: sensor: memsic: fix typos in Kconfig
Corrected spelling errors in the Kconfig file for the MC3419 accelerometer driver Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent e9c8ed1 commit 0a2b92c

File tree

1 file changed

+2
-2
lines changed
  • drivers/sensor/memsic/mc3419

1 file changed

+2
-2
lines changed

drivers/sensor/memsic/mc3419/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menuconfig MC3419
88
depends on DT_HAS_MEMSIC_MC3419_ENABLED
99
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_MEMSIC_MC3419),i2c)
1010
help
11-
Enable driver for MC3419 acclerometer.
11+
Enable driver for MC3419 accelerometer.
1212

1313
if MC3419
1414

@@ -43,7 +43,7 @@ config MC3419_THREAD_PRIORITY
4343
default 10
4444

4545
config MC3419_THREAD_STACK_SIZE
46-
int "Own thread stask size"
46+
int "Own thread stack size"
4747
depends on MC3419_TRIGGER_OWN_THREAD
4848
default 1024
4949

0 commit comments

Comments
 (0)