Skip to content

Commit a1e2a76

Browse files
authored
Merge pull request #11 from askpatrickw/fix-repo-url-typo
typo in __repo__ url
2 parents f6d93fe + 790c6d3 commit a1e2a76

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)