Fixed SPI driver init function not clearing SPI2X bit when not needed.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 26 Apr 2009 10:29:59 +0000 (10:29 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 26 Apr 2009 10:29:59 +0000 (10:29 +0000)
commit58e42c6ca92c4e6181967f83e40d9dea1ea48259
tree39e9480b161df1d10878df0b21a336813cec3347
parente21b620bf6cc9fb1bb9e516efb57b1cb12c00085
Fixed SPI driver init function not clearing SPI2X bit when not needed.

Fixed PREVENT ALLOW MEDIUM REMOVAL command issuing in the MassStorageHost demo using incorrect parameters (thanks to Mike Alex).

Fixed MassStorageHost demo broken due to an incorrect if statement test in MassStore_GetReturnedStatus().
Demos/Device/MassStorage/SCSI.h
Demos/Host/MassStorageHost/MassStorageHost.c
Demos/Host/MassStorageHost/MassStorageHost.h
Demos/Host/MassStorageHost/MassStoreCommands.c
Demos/Host/MassStorageHost/MassStoreCommands.h
LUFA/ChangeLog.txt
LUFA/Drivers/Peripheral/SPI.h