projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMous...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Peripheral
/
Serial.h
diff --git
a/LUFA/Drivers/Peripheral/Serial.h
b/LUFA/Drivers/Peripheral/Serial.h
index
65b40a5
..
a50456b
100644
(file)
--- a/
LUFA/Drivers/Peripheral/Serial.h
+++ b/
LUFA/Drivers/Peripheral/Serial.h
@@
-74,7
+74,7
@@
*/
\r
#define SERIAL_2X_UBBRVAL(baud) (((F_CPU / 8) / baud) - 1)
\r
\r
- /* Ps
uedo-Function
s: */
\r
+ /* Ps
eudo-Function Macro
s: */
\r
#if defined(__DOXYGEN__)
\r
/** Indicates whether a character has been received through the USART.
\r
*
\r