drivers: sensors: Fix MAX30101 Kconfig description.
Fixes a small typo in the MAX30101 Kconfig file. The MAX30101_LED3_PA config option mistakenly referd to LED2 in it's comment. Signed-off-by: Philipp Schilk <schilk.philipp@gmail.com>
This commit is contained in:
parent
188d2dfcca
commit
6a93975dd7
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ config MAX30101_LED2_PA
|
||||||
0xff = 50.0 mA
|
0xff = 50.0 mA
|
||||||
|
|
||||||
config MAX30101_LED3_PA
|
config MAX30101_LED3_PA
|
||||||
hex "LED2 (green) pulse amplitude"
|
hex "LED3 (green) pulse amplitude"
|
||||||
range 0 0xff
|
range 0 0xff
|
||||||
default 0xff
|
default 0xff
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue