]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/microcontroller/__init__.py
Small tweak to make the pin import more generic
[Adafruit_Blinka-hackapet.git] / src / microcontroller / __init__.py
index d6ca4c8d9c379a894c47604168ce8d6e9e58e200..2439e01aba808d4087ce1bab445b38fa7d11b5fa 100644 (file)
@@ -119,7 +119,7 @@ elif chip_id == ap_chip.RP2040_U2IF:
 elif chip_id == ap_chip.GENERIC_X86:
     print("WARNING: GENERIC_X86 is not fully supported. Some features may not work.")
 elif chip_id == None:
-    print("WARNING [__init__.py]: chip_id is None!")
+    print("WARNING: chip_id == None is not fully supported. Some features may not work.")
 elif "sphinx" in sys.modules:
     pass
 else: