mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-10 18:38:29 +00:00
Merge pull request #38 from mnaberez/BigEd-patch-1
fixup command line setting of mpu in monitor.py
This commit is contained in:
commit
ceba4dbafa
@ -105,8 +105,7 @@ class Monitor(cmd.Cmd):
|
||||
msg = "Fatal: no such MPU. Available MPUs: %s"
|
||||
self._output(msg % ', '.join(mpus))
|
||||
sys.exit(1)
|
||||
cmd = "mpu %s" % mpu
|
||||
self.onecmd(cmd)
|
||||
self.mpu_type = self._get_mpu(mpu)
|
||||
|
||||
if load is not None:
|
||||
cmd = "load %s" % load
|
||||
|
Loading…
x
Reference in New Issue
Block a user