update per review

This commit is contained in:
hathach
2020-04-17 09:29:02 +07:00
parent 6377699d77
commit 989cca5b1a

View File

@@ -8,7 +8,7 @@
import sys,struct,zlib,os
from optparse import OptionParser
DEFAULT_DEVICE="0x0483:0xdf11"
DEFAULT_DEVICE="0x1209:0x5bf0"
def named(tuple,names):
return dict(zip(names.split(),tuple))