We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d549b97 commit 95317a8Copy full SHA for 95317a8
1 file changed
src/FED3.cpp
@@ -407,7 +407,7 @@ void FED3::Timeout(int seconds) {
407
while (digitalRead (LEFT_POKE) == LOW) {} //Hang here until poke is clear
408
leftInterval = (millis() - leftPokeTime);
409
UpdateDisplay();
410
- Event = "LefinTimeOut";
+ Event = "LeftinTimeOut";
411
logdata();
412
}
413
@@ -1752,4 +1752,4 @@ void FED3::writeFEDmode() {
1752
stopfile.println(timedEnd);
1753
stopfile.flush();
1754
stopfile.close();
1755
-}
+}
0 commit comments