Skip to content

Commit

Permalink
Fixed a bug in Elapsed Time code.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Dec 1, 2011
1 parent 88d02da commit de120a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/src/Motherboard/boards/mb24/Motherboard.cc
Expand Up @@ -167,7 +167,7 @@ micros_t Motherboard::getCurrentSeconds() {
/// Reset the seconds counter to 0.
void Motherboard::resetCurrentSeconds() {
ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
micros = 0L;
seconds = 0L;
}
}

Expand Down

0 comments on commit de120a2

Please sign in to comment.