cleanup
This commit is contained in:
parent
6d0a4c788e
commit
e8504191e3
|
@ -201,7 +201,7 @@ class Platform(LatticePlatform):
|
||||||
elif load == "dfu":
|
elif load == "dfu":
|
||||||
return DFUProg(vid="1209", pid="5af1", alt=0)
|
return DFUProg(vid="1209", pid="5af1", alt=0)
|
||||||
else:
|
else:
|
||||||
print("Could not program board. "+load+" is not a valid argument. Please use 'jtag' or 'dfu'.")
|
print("Could not program board. " + load + " is not a valid argument. Please use 'jtag' or 'dfu'.")
|
||||||
|
|
||||||
def do_finalize(self, fragment):
|
def do_finalize(self, fragment):
|
||||||
LatticePlatform.do_finalize(self, fragment)
|
LatticePlatform.do_finalize(self, fragment)
|
||||||
|
|
Loading…
Reference in New Issue