baconwaifu / propforth

Automatically exported from code.google.com/p/propforth
0 stars 0 forks source link

setDriftCorrection confusion #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

In logger package Logger-2013-05-12.zip 
In time.f
line 62  
\ setDriftCorrection ( n1 -- ) sets the time correction to n1 ticks per day

line 416 
\ setDriftCorrection ( n1 -- ) sets the time correction to n1 ticks per hour

Is it per day or per hour?

When we determine the number of ticks to correct, do we put that in 

line 460 
    0 setDriftCorrection

to apply this factor automatically at boot?

Original issue reported on code.google.com by prof.bra...@gmail.com on 5 Sep 2013 at 6:43

GoogleCodeExporter commented 8 years ago
Ticks / hour is correct. line 62 is in error.

Fix doc for next release.

Original comment by salsa...@gmail.com on 10 Sep 2013 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by prof.bra...@gmail.com on 16 Sep 2013 at 2:38