We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8ed1 commit 0a2b92cCopy full SHA for 0a2b92c
drivers/sensor/memsic/mc3419/Kconfig
@@ -8,7 +8,7 @@ menuconfig MC3419
8
depends on DT_HAS_MEMSIC_MC3419_ENABLED
9
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_MEMSIC_MC3419),i2c)
10
help
11
- Enable driver for MC3419 acclerometer.
+ Enable driver for MC3419 accelerometer.
12
13
if MC3419
14
@@ -43,7 +43,7 @@ config MC3419_THREAD_PRIORITY
43
default 10
44
45
config MC3419_THREAD_STACK_SIZE
46
- int "Own thread stask size"
+ int "Own thread stack size"
47
depends on MC3419_TRIGGER_OWN_THREAD
48
default 1024
49
0 commit comments