We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3d61 commit 3f3ae47Copy full SHA for 3f3ae47
adafruit_platformdetect/chip.py
@@ -39,7 +39,6 @@ def id(self):
39
import ftdi1 as ftdi # pylint: disable=import-error
40
try:
41
ctx = None
42
- device_list = None
43
ctx = ftdi.new() # Create a libftdi context.
44
# Enumerate FTDI devices.
45
count, _ = ftdi.usb_find_all(ctx, 0, 0)
0 commit comments