Changed the XPLAINBridge software UART to use the regular CTC mode instead of the alternative CTC mode via the Input Capture register, to reduce user confusion.
This commit is contained in:
parent
fd77bf5c94
commit
b634ec50a0
4 changed files with 12 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
|||
volatile clock_time_t clock_datetime = 0;
|
||||
|
||||
//Overflow interrupt
|
||||
ISR(TIMER1_COMPA_vect)
|
||||
ISR(TIMER1_COMPA_vect, ISR_BLOCK)
|
||||
{
|
||||
clock_datetime += 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue