diff --git a/Platform.cpp b/Platform.cpp index 56870a3..928a394 100644 --- a/Platform.cpp +++ b/Platform.cpp @@ -694,7 +694,7 @@ void Line::Init() alternateInput = NULL; alternateOutput = NULL; SerialUSB.begin(BAUD_RATE); - while (!SerialUSB.available()); + //while (!SerialUSB.available()); } //*************************************************************************************************** diff --git a/Platform.h b/Platform.h index f600e55..0d6e1f2 100644 --- a/Platform.h +++ b/Platform.h @@ -742,7 +742,7 @@ inline EndStopHit Platform::Stopped(int8_t drive) if(ZProbe() < 0) return lowHit; else - return noStop; + return noStop; } if(lowStopPins[drive] >= 0) {