Expose UsbReportUpdateSemaphore via UsbCommand_{Get,Set}Variable()

This commit is contained in:
László Monda
2018-10-04 19:23:38 +02:00
parent af31ae210a
commit c5cf738fd0
3 changed files with 8 additions and 1 deletions

View File

@@ -24,5 +24,8 @@ void UsbCommand_SetVariable(void)
case UsbVariable_DebounceTimeRelease:
DebounceTimeRelease = GetUsbRxBufferUint8(2);
break;
case UsbVariable_UsbReportSemaphore:
UsbReportUpdateSemaphore = GetUsbRxBufferUint8(2);
break;
}
}