Skip to content

Commit 4a6d60a

Browse files
authored
Merge pull request #14 from gpshead/typo-proxinity
fix proxinity -> proximity in an unused constant.
2 parents ded2872 + 50bea96 commit 4a6d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vcnl4010.py

+1-1
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)