Skip to content

Commit 790c6d3

Browse files
authored
typo in __repo__ url
Adafruit_CircuitPython_LSM303DHL_Mag should be Adafruit_CircuitPython_LSM303DLH_Mag
1 parent f6d93fe commit 790c6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm303dlh_mag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from adafruit_bus_device.i2c_device import I2CDevice
3838

3939
__version__ = "0.0.0-auto.0"
40-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DHL_Mag.git"
40+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git"
4141

4242
_ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x
4343
_ID = const(0xD4) # (0b11010100)

0 commit comments

Comments
 (0)