Skip to content

Commit 50bea96

Browse files
committed
fix proxinity -> proximity in an unused constant.
1 parent ded2872 commit 50bea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vcnl4010.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
_VCNL4010_AMBIENTDATA = const(0x85)
6262
_VCNL4010_PROXIMITYDATA = const(0x87)
6363
_VCNL4010_INTCONTROL = const(0x89)
64-
_VCNL4010_PROXINITYADJUST = const(0x8A)
64+
_VCNL4010_PROXIMITYADJUST = const(0x8A)
6565
_VCNL4010_INTSTAT = const(0x8E)
6666
_VCNL4010_MODTIMING = const(0x8F)
6767
_VCNL4010_MEASUREAMBIENT = const(0x10)

0 commit comments

Comments
 (0)