little cleanup of test code

pull/118/head
Tim Evers 2019-10-22 22:13:32 +02:00
parent 5e4f3ed662
commit 8c5d0385f1
2 changed files with 7 additions and 7 deletions

View File

@ -391,7 +391,7 @@ void setup()
char commandChar[INCOMING_CMD_BUF_SIZE + 1];
/**/ int cycleCountTest = 0;
/**/ //int cycleCountTest = 0;
// The loop function is called in an endless loop
void loop()
@ -576,11 +576,11 @@ void loop()
CurrentState::getInstance()->storeEndStops();
CurrentState::getInstance()->printEndStops();
/**/ cycleCountTest++;
/**/ Serial.print("R99 TST Cycle count ");
/**/ Serial.print(cycleCountTest);
/**/ Serial.print(" ");
/**/ CurrentState::getInstance()->printQAndNewLine();
/**/ //cycleCountTest++;
/**/ //Serial.print("R99 TST Cycle count ");
/**/ //Serial.print(cycleCountTest);
/**/ //Serial.print(" ");
/**/ //CurrentState::getInstance()->printQAndNewLine();
if (debugMessages)

View File

@ -179,7 +179,7 @@
</ImportGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties custom_mega_atmega2560_vm.programmer_name="" vm.programmer_name="avrisp" custom_mega_atmega2560_vm.upload.useprogrammer="0" arduino.upload.port="COM4" />
<UserProperties custom_mega_atmega2560_vm.programmer_name="" vm.programmer_name="avrisp" custom_mega_atmega2560_vm.upload.useprogrammer="0" arduino.upload.port="COM3" />
</VisualStudio>
</ProjectExtensions>
</Project>