projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Peripheral
/
Serial.h
diff --git
a/LUFA/Drivers/Peripheral/Serial.h
b/LUFA/Drivers/Peripheral/Serial.h
index
f276479
..
e7c2fa0
100644
(file)
--- a/
LUFA/Drivers/Peripheral/Serial.h
+++ b/
LUFA/Drivers/Peripheral/Serial.h
@@
-145,7
+145,7
@@
}
/** Turns off the USART driver, disabling and returning used hardware to their default configuration. */
- static inline void Serial_
ShutDown
(void)
+ static inline void Serial_
Disable
(void)
{
UCSR1B = 0;
UCSR1A = 0;