Added new USB_Host_GetDeviceStatus() function for USB Host mode.
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVR8 / SPI_AVR8.h
index 2caacaa..fd42c50 100644 (file)
                                /* Switch /SS to input mode after configuration to allow for forced mode changes */
                                DDRB &= ~(1 << 0);
 
-                               SPCR   = ((1 << SPE) | SPIOptions);
+                               SPCR  = ((1 << SPE) | SPIOptions);
                        }
 
                        /** Turns off the SPI driver, disabling and returning used hardware to their default configuration. */