Skip to content

Commit

Permalink
missing semicolon breaks mega2560 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
John Slee committed Jan 19, 2014
1 parent 085caa9 commit de97d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inline void Boot(bool init_timers) {
#endif

#ifdef HAS_USART3
UCSR3B = 0
UCSR3B = 0;
#endif
}

Expand Down

0 comments on commit de97d4b

Please sign in to comment.