The Id keyword needs $Id$ not $Id. Fixed

This commit is contained in:
foley@ru.is
2013-09-10 15:10:34 +00:00
parent 7a167be071
commit 69fd0dba92

View File

@@ -36,7 +36,7 @@ void setup() {
Serial.println("For \"Dawn\" by Sigrun Hardardottir");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id");
Serial.println("$Id$");
Serial.print("Playtime: ");
secs=playtime;
Serial.print("sec:");