Replace {GET,SET}_USB_BUFFER_UINT8 with {Get,Set}UsbRxBufferUint8

This commit is contained in:
László Monda
2017-11-11 16:49:48 +01:00
parent f4de0df149
commit 22141ba1e3
14 changed files with 75 additions and 44 deletions

View File

@@ -4,5 +4,5 @@
void UsbCommand_GetAdcValue(void)
{
SET_USB_BUFFER_UINT32(1, ADC_Measure());
SetUsbTxBufferUint32(1, ADC_Measure());
}