Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
[pub/USBasp.git] / Demos / Host / LowLevel / MassStorageHost / MassStorageHost.h
index c071099..663b720 100644 (file)
@@ -70,7 +70,7 @@
                #define LEDMASK_USB_ERROR        (LEDS_LED1 | LEDS_LED3)\r
 \r
                /** LED mask for the library LED driver, to indicate that the USB interface is busy. */\r
-               #define LEDMASK_USB_BUSY         (LEDS_LED2)\r
+               #define LEDMASK_USB_BUSY          LEDS_LED2\r
                \r
        /* Function Prototypes: */\r
                void MassStorage_Task(void);\r
@@ -82,6 +82,6 @@
                void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8_t SubErrorCode);\r
                void EVENT_USB_Host_DeviceEnumerationComplete(void);\r
 \r
-               void ShowDiskReadError(char* CommandString, bool FailedAtSCSILayer, uint8_t ErrorCode);\r
+               void ShowDiskReadError(char* CommandString, uint8_t ErrorCode);\r
 \r
 #endif\r