Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
7704d291
Commit
7704d291
authored
Nov 26, 2010
by
Dean Camera
Browse files
Fix typos in the XPLAINBridge project preventing compilation.
parent
9f7883fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/XPLAINBridge/Lib/SoftUART.c
View file @
7704d291
...
...
@@ -67,10 +67,10 @@ void SoftUART_Init(void)
SoftUART_SetBaud
(
9600
);
/* Setup reception timer compare ISR */
TIMSK1
=
(
1
<<
OC
1
E1A
);
TIMSK1
=
(
1
<<
OC
I
E1A
);
/* Setup transmission timer compare ISR and start the timer */
TIMSK3
=
(
1
<<
OC
1
E3A
);
TIMSK3
=
(
1
<<
OC
I
E3A
);
TCCR3B
=
((
1
<<
CS30
)
|
(
1
<<
WGM32
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment