Syntax error - donÄt do quick changes :-)
This commit is contained in:
parent
55d750c866
commit
3401959e68
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void loop(void) {
|
|||
((millis() -stats_last_plotted) > STATS_PLOTS_EVERY_MS))
|
||||
{
|
||||
Serial.println("mean_time_offset-current_time_offset & looptime");
|
||||
Serial.print((signed long)(mean_time_offset - current_time_offset);
|
||||
Serial.print((signed long)(mean_time_offset - current_time_offset));
|
||||
Serial.print(" ");
|
||||
Serial.println(millis()- startloop_ms);
|
||||
stats_last_plotted = millis();
|
||||
|
|
Reference in a new issue