Skip to content

Commit 95317a8

Browse files
authored
Update FED3.cpp
1 parent d549b97 commit 95317a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FED3.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void FED3::Timeout(int seconds) {
407407
while (digitalRead (LEFT_POKE) == LOW) {} //Hang here until poke is clear
408408
leftInterval = (millis() - leftPokeTime);
409409
UpdateDisplay();
410-
Event = "LefinTimeOut";
410+
Event = "LeftinTimeOut";
411411
logdata();
412412
}
413413

@@ -1752,4 +1752,4 @@ void FED3::writeFEDmode() {
17521752
stopfile.println(timedEnd);
17531753
stopfile.flush();
17541754
stopfile.close();
1755-
}
1755+
}

0 commit comments

Comments
 (0)