update per review

This commit is contained in:
hathach 2020-04-17 09:29:02 +07:00
parent 6377699d77
commit 989cca5b1a
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 1 additions and 1 deletions

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))