Rename UsbResponse_*() to UsbStatusCode_*(), SetUsbError() to SetUsbStatusCode(), and other USB status codes consistently.
This commit is contained in:
@@ -27,7 +27,7 @@ void UsbCommand_GetProperty(void)
|
||||
SetUsbResponseWord(USER_CONFIG_SIZE);
|
||||
break;
|
||||
default:
|
||||
SetUsbError(1);
|
||||
SetUsbStatusCode(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user