Skip to content

Commit

Permalink
Removed cli and sei from ISR
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobarcelos committed Nov 19, 2015
1 parent 58c3739 commit 1b30809
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Quirkbot.cpp
Expand Up @@ -25,7 +25,5 @@ void loop(){
}

ISR(TIMER4_OVF_vect) {
sei();
Bot::interruptUpdate();
cli();
}

0 comments on commit 1b30809

Please sign in to comment.