aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-27 13:12:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-27 13:12:44 +0000
commit922e60192dc089654a82be0d789fb7a8ecc47039 (patch)
tree71fc15df3d3cc959dd7f16a69da42677d9897330 /Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
parent023838fe4aad5b5f0da00b767afd1400d4e40b4c (diff)
downloadlufa-922e60192dc089654a82be0d789fb7a8ecc47039.tar.gz
lufa-922e60192dc089654a82be0d789fb7a8ecc47039.tar.bz2
lufa-922e60192dc089654a82be0d789fb7a8ecc47039.zip
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space.
Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex).
Diffstat (limited to 'Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h')
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
index c07109919..e9f02784c 100644
--- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
+++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
@@ -82,6 +82,6 @@
void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t SubErrorCode);
void EVENT_USB_Host_DeviceEnumerationComplete(void);
- void ShowDiskReadError(char* CommandString, bool FailedAtSCSILayer, uint8_t ErrorCode);
+ void ShowDiskReadError(char* CommandString, uint8_t ErrorCode);
#endif