summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 09:29:02 +0700
committerhathach <[email protected]>2020-04-17 09:29:02 +0700
commit989cca5b1ad392f1d42b89899628e8723e3d70a9 (patch)
tree5d34f86680caa20343d4709ce99d50a8287141e0
parent6377699d77b5b6dcadef4ce3a30ee613fef37729 (diff)
update per review
-rw-r--r--hw/bsp/fomu/dfu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/fomu/dfu.py b/hw/bsp/fomu/dfu.py
index dd6019235..32479350c 100644
--- a/hw/bsp/fomu/dfu.py
+++ b/hw/bsp/fomu/dfu.py
@@ -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))