include buildmoment
This commit is contained in:
parent
5db4e70b6c
commit
7e9c21dee6
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,8 @@ void setup() {
|
||||||
|
|
||||||
Serial.println(F("This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden."));
|
Serial.println(F("This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden."));
|
||||||
|
|
||||||
|
Serial.println(F("Build on: " __DATE__ " " __TIME__));
|
||||||
|
|
||||||
Serial.print(F("Size of int: "));
|
Serial.print(F("Size of int: "));
|
||||||
Serial.println(sizeof(int));
|
Serial.println(sizeof(int));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue