mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Added new USB_Host_GetDeviceStatus() function for USB Host mode.
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
/* 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. */
|
||||
|
||||
Reference in New Issue
Block a user