made wdtOn boolean publicly available

This commit is contained in:
Fredrik Osterlind 2012-01-26 15:41:51 +01:00
parent 96ff05b267
commit d9df16218a
1 changed files with 1 additions and 1 deletions

View File

@ -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;