Extract the applyConfig USB command into usb_command_apply_config.[ch]

This commit is contained in:
László Monda
2017-11-04 01:32:03 +01:00
parent 330a899625
commit ae3efce452
5 changed files with 72 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
UsbCommand_WriteLedDriver = 3,
UsbCommand_ReadMergeSensor = 7,
UsbCommand_WriteUserConfiguration = 8,
UsbCommand_ApplyConfig = 9,
UsbCommandId_ApplyConfig = 9,
UsbCommand_SetLedPwm = 10,
UsbCommand_GetAdcValue = 11,
UsbCommand_LaunchEepromTransfer = 12,