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

View File

@ -179,7 +179,7 @@
</ImportGroup> </ImportGroup>
<ProjectExtensions> <ProjectExtensions>
<VisualStudio> <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> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
</Project> </Project>