Replace {GET,SET}_USB_BUFFER_UINT8 with {Get,Set}UsbRxBufferUint8
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
void UsbCommand_GetAdcValue(void)
|
||||
{
|
||||
SET_USB_BUFFER_UINT32(1, ADC_Measure());
|
||||
SetUsbTxBufferUint32(1, ADC_Measure());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user