Rename UsbResponse_*() to UsbStatusCode_*(), SetUsbError() to SetUsbStatusCode(), and other USB status codes consistently.

This commit is contained in:
László Monda
2017-11-05 19:25:13 +01:00
parent eb451d6153
commit 6db3eb3045
7 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ void UsbCommand_GetProperty(void)
SetUsbResponseWord(USER_CONFIG_SIZE);
break;
default:
SetUsbError(1);
SetUsbStatusCode(1);
break;
}
}