mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Fix typos in the XPLAINBridge project preventing compilation.
This commit is contained in:
parent
9f7883fa2b
commit
7704d2915c
@ -67,10 +67,10 @@ void SoftUART_Init(void)
|
|||||||
SoftUART_SetBaud(9600);
|
SoftUART_SetBaud(9600);
|
||||||
|
|
||||||
/* Setup reception timer compare ISR */
|
/* Setup reception timer compare ISR */
|
||||||
TIMSK1 = (1 << OC1E1A);
|
TIMSK1 = (1 << OCIE1A);
|
||||||
|
|
||||||
/* Setup transmission timer compare ISR and start the timer */
|
/* Setup transmission timer compare ISR and start the timer */
|
||||||
TIMSK3 = (1 << OC1E3A);
|
TIMSK3 = (1 << OCIE3A);
|
||||||
TCCR3B = ((1 << CS30) | (1 << WGM32));
|
TCCR3B = ((1 << CS30) | (1 << WGM32));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user