mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
standart deviation is 1.0
This commit is contained in:
parent
97da226255
commit
efbd170733
@ -58,7 +58,7 @@ public class MspClock extends Clock {
|
||||
public MspClock(Mote mote) {
|
||||
simulation = mote.getSimulation();
|
||||
referenceTime = 0.0;
|
||||
deviation = 0.999;
|
||||
deviation = 1.0;
|
||||
}
|
||||
|
||||
public void setTime(long newTime) {
|
||||
|
Loading…
Reference in New Issue
Block a user