mirror of https://github.com/contiki-ng/mspsim
typo
This commit is contained in:
parent
698d53109c
commit
9ba99d7925
|
|
@ -41,7 +41,7 @@ public class CPUMonitorProxy implements CPUMonitor {
|
|||
return null;
|
||||
}
|
||||
if (mons.length == 1) {
|
||||
return monitors[0];
|
||||
return mons[0];
|
||||
}
|
||||
monitors = mons;
|
||||
return this;
|
||||
|
|
|
|||
Loading…
Reference in New Issue