Skip to content

Commit 6a93975

Browse files
schilkpstephanosio
authored andcommitted
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 <[email protected]>
1 parent 188d2df commit 6a93975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensor/max30101/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ config MAX30101_LED2_PA
125125
0xff = 50.0 mA
126126

127127
config MAX30101_LED3_PA
128-
hex "LED2 (green) pulse amplitude"
128+
hex "LED3 (green) pulse amplitude"
129129
range 0 0xff
130130
default 0xff
131131
help

0 commit comments

Comments
 (0)