Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / Serial.h
index f276479..e7c2fa0 100644 (file)
                        }
 
                        /** 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;