mirror of https://github.com/contiki-ng/mspsim
made wdtOn boolean publicly available
This commit is contained in:
parent
96ff05b267
commit
d9df16218a
|
|
@ -66,7 +66,7 @@ public class Watchdog extends IOUnit implements SFRModule {
|
|||
};
|
||||
|
||||
private int wdtctl;
|
||||
private boolean wdtOn = true;
|
||||
public boolean wdtOn = true;
|
||||
private boolean hold = false;
|
||||
private MSP430Core cpu;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue