Remove the now unused UsbCommandId_WriteLedDriver

This commit is contained in:
László Monda
2017-11-05 18:13:57 +01:00
parent 6dcfcca10f
commit 8c42ec27dd
2 changed files with 1 additions and 4 deletions

View File

@@ -44,8 +44,6 @@ void UsbProtocolHandler(void)
case UsbCommandId_SetTestLed: case UsbCommandId_SetTestLed:
UsbCommand_SetTestLed(); UsbCommand_SetTestLed();
break; break;
case UsbCommandId_WriteLedDriver:
break;
case UsbCommandId_WriteUserConfiguration: case UsbCommandId_WriteUserConfiguration:
UsbCommand_WriteConfig(false); UsbCommand_WriteConfig(false);
break; break;

View File

@@ -12,10 +12,9 @@
UsbCommandId_GetProperty = 0, UsbCommandId_GetProperty = 0,
UsbCommandId_Reenumerate = 1, UsbCommandId_Reenumerate = 1,
UsbCommandId_SetTestLed = 2, UsbCommandId_SetTestLed = 2,
UsbCommandId_WriteLedDriver = 3,
UsbCommandId_WriteUserConfiguration = 8, UsbCommandId_WriteUserConfiguration = 8,
UsbCommandId_ApplyConfig = 9, UsbCommandId_ApplyConfig = 9,
UsbCommandId_SetLedPwmBrightness = 10, UsbCommandId_SetLedPwmBrightness = 10,
UsbCommandId_GetAdcValue = 11, UsbCommandId_GetAdcValue = 11,
UsbCommandId_LaunchEepromTransferLegacy = 12, UsbCommandId_LaunchEepromTransferLegacy = 12,
UsbCommandId_ReadHardwareConfiguration = 13, UsbCommandId_ReadHardwareConfiguration = 13,