Remove the now unused UsbCommandId_WriteLedDriver
This commit is contained in:
@@ -44,8 +44,6 @@ void UsbProtocolHandler(void)
|
||||
case UsbCommandId_SetTestLed:
|
||||
UsbCommand_SetTestLed();
|
||||
break;
|
||||
case UsbCommandId_WriteLedDriver:
|
||||
break;
|
||||
case UsbCommandId_WriteUserConfiguration:
|
||||
UsbCommand_WriteConfig(false);
|
||||
break;
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
UsbCommandId_GetProperty = 0,
|
||||
UsbCommandId_Reenumerate = 1,
|
||||
UsbCommandId_SetTestLed = 2,
|
||||
UsbCommandId_WriteLedDriver = 3,
|
||||
UsbCommandId_WriteUserConfiguration = 8,
|
||||
UsbCommandId_ApplyConfig = 9,
|
||||
UsbCommandId_SetLedPwmBrightness = 10,
|
||||
|
||||
Reference in New Issue
Block a user