Skip to content

Commit

Permalink
Programming: fixup for snooping script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefahr committed Oct 19, 2017
1 parent 2ca884f commit c1076c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/m3/programming/mbus_snoop_rdcv1_dual.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def read_binfile(self):
m.ice.mbus_set_internal_reset(True)
m.ice.mbus_set_master_onoff(False)

m.ice.mbus_set_snoop(False)
m.ice.mbus_set_snoop(True)

#isp = m.default_value("ICE address", "0111")
#m.ice.mbus_set_short_prefix(isp)
Expand Down

0 comments on commit c1076c9

Please sign in to comment.