mirror of https://github.com/contiki-ng/mspsim
make variables available from e.g. cooja
This commit is contained in:
parent
d9df16218a
commit
5063f0b1cc
|
|
@ -105,9 +105,9 @@ public class MSP430Core extends Chip implements MSP430Constants {
|
|||
protected boolean cpuOff = false;
|
||||
|
||||
// Not private since they are needed (for fast access...)
|
||||
protected int dcoFrq = 2500000;
|
||||
public int dcoFrq = 2500000;
|
||||
int aclkFrq = 32768;
|
||||
int smclkFrq = dcoFrq;
|
||||
public int smclkFrq = dcoFrq;
|
||||
|
||||
long lastCyclesTime = 0;
|
||||
long lastVTime = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue