mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Debugging lc16sd bootstrap+blockloader
This commit is contained in:
@@ -1327,8 +1327,10 @@ def main():
|
||||
if loader not in ['C8LDS', 'LC16SD']:
|
||||
usage("-b options expects either C8LDS or LC16SD param")
|
||||
if loader == 'C8LDS':
|
||||
print('BlockLoader=BlockLoader_C8LDS')
|
||||
BlockLoader = BlockLoader_C8LDS
|
||||
else:
|
||||
print('BlockLoader=BlockLoader_LC16SD')
|
||||
BlockLoader = BlockLoader_LC16SD
|
||||
|
||||
if len(args) != 2:
|
||||
|
||||
Reference in New Issue
Block a user