X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/023838fe4aad5b5f0da00b767afd1400d4e40b4c..922e60192dc089654a82be0d789fb7a8ecc47039:/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h 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