mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix minor build errors.
This commit is contained in:
@@ -408,7 +408,7 @@ void UpdateStatus(uint8_t CurrentStatus)
|
||||
*/
|
||||
void ShowDiskReadError(char* CommandString, bool FailedAtSCSILayer, uint8_t ErrorCode)
|
||||
{
|
||||
if (CommandFailed)
|
||||
if (FailedAtSCSILayer)
|
||||
{
|
||||
/* Display the error code */
|
||||
printf_P(PSTR(ESC_BG_RED "SCSI command error (%S).\r\n"), CommandString);
|
||||
|
||||
Reference in New Issue
Block a user