From c9e817ff478b94b5bae4b853f913cc32d9c94a19 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 9 Oct 2011 13:14:53 +0000 Subject: Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos. Fix additional warnings under GCC 4.6. --- Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h') diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h index 0aec46fd0..3f4ae07ed 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h @@ -84,7 +84,7 @@ const uint8_t SubErrorCode); void EVENT_USB_Host_DeviceEnumerationComplete(void); - void ShowDiskReadError(char* CommandString, + void ShowDiskReadError(const char* CommandString, const uint8_t ErrorCode); #endif -- cgit v1.2.3