Extract UsbCommand_SetLedPwmBrightness() into its own file.

This commit is contained in:
László Monda
2017-11-05 18:08:35 +01:00
parent 84ffe50dac
commit 45420a348b
4 changed files with 22 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
UsbCommandId_WriteLedDriver = 3,
UsbCommandId_WriteUserConfiguration = 8,
UsbCommandId_ApplyConfig = 9,
UsbCommandId_SetLedPwm = 10,
UsbCommandId_SetLedPwmBrightness = 10,
UsbCommandId_GetAdcValue = 11,
UsbCommandId_LaunchEepromTransferLegacy = 12,
UsbCommandId_ReadHardwareConfiguration = 13,