#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
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