X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/68e777e16bd252c90d300c02ae88ff27b2fdb70d..c9e817ff478b94b5bae4b853f913cc32d9c94a19:/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c?ds=inline diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c index a1d39cbb3..d20663104 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c @@ -348,7 +348,7 @@ void MassStorageHost_Task(void) * \param[in] CommandString ASCII string located in PROGMEM space indicating what operation failed * \param[in] ErrorCode Error code of the function which failed to complete successfully */ -void ShowDiskReadError(char* CommandString, +void ShowDiskReadError(const char* CommandString, const uint8_t ErrorCode) { if (ErrorCode == MASS_STORE_SCSI_COMMAND_FAILED)