Skip to content

Commit

Permalink
Update FED3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KravitzLab authored Aug 24, 2022
1 parent d549b97 commit 95317a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FED3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void FED3::Timeout(int seconds) {
while (digitalRead (LEFT_POKE) == LOW) {} //Hang here until poke is clear
leftInterval = (millis() - leftPokeTime);
UpdateDisplay();
Event = "LefinTimeOut";
Event = "LeftinTimeOut";
logdata();
}

Expand Down Expand Up @@ -1752,4 +1752,4 @@ void FED3::writeFEDmode() {
stopfile.println(timedEnd);
stopfile.flush();
stopfile.close();
}
}

0 comments on commit 95317a8

Please sign in to comment.