]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/microcontroller/pin.py
Fix adafruit_platformdetect import error on microcontroller
[Adafruit_Blinka-hackapet.git] / src / microcontroller / pin.py
index e5e2c04e371427b2e5455dc1633d52483e5148e8..e10af6a9886b6bec00466d499d3db02b5678e69c 100755 (executable)
@@ -1,6 +1,6 @@
 """Pins named after their chip name."""
 
 """Pins named after their chip name."""
 
-import adafruit_platformdetect.chip.contants as ap_chip
+import adafruit_platformdetect.chip.contants.chips as ap_chip
 from adafruit_blinka.agnostic import chip_id
 
 # We intentionally are patching into this namespace so skip the wildcard check.
 from adafruit_blinka.agnostic import chip_id
 
 # We intentionally are patching into this namespace so skip the wildcard check.