Add new UsbCommand_GetModuleProperties() device protocol command.

This commit is contained in:
László Monda
2017-12-15 02:46:30 +01:00
parent fd43e81e46
commit 85e92d21b4
6 changed files with 41 additions and 2 deletions

View File

@@ -61,6 +61,9 @@ void UsbProtocolHandler(void)
case UsbCommandId_SetLedPwmBrightness:
UsbCommand_SetLedPwmBrightness();
break;
case UsbCommandId_GetModuleProperties:
UsbCommand_GetModuleProperties();
break;
default:
SetUsbTxBufferUint8(0, UsbStatusCode_InvalidCommand);
break;