from adafruit_blinka.microcontroller.rp2040_u2if import *
elif chip_id == ap_chip.GENERIC_X86:
print("WARNING: GENERIC_X86 is not fully supported. Some features may not work.")
-elif chip_id == None:
+elif chip_id is None:
print("WARNING: chip_id == None is not fully supported. Some features may not work.")
elif "sphinx" in sys.modules:
pass