Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/lufa.git] / LUFA / Drivers / Peripheral / SPI.h
index b764810..0b8b17e 100644 (file)
                        }
 
                        /** Turns off the SPI driver, disabling and returning used hardware to their default configuration. */
-                       static inline void SPI_ShutDown(void)
+                       static inline void SPI_Disable(void)
                        {
                                DDRB  &= ~((1 << 1) | (1 << 2));
                                PORTB &= ~((1 << 0) | (1 << 3));