Extract UsbCommand_LaunchEepromTransferLegacy() into its own file.

This commit is contained in:
László Monda
2017-11-04 10:06:55 +01:00
parent 54496ca210
commit 4de340967c
4 changed files with 35 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
UsbCommandId_ApplyConfig = 9,
UsbCommandId_SetLedPwm = 10,
UsbCommandId_GetAdcValue = 11,
UsbCommandId_LaunchEepromTransfer = 12,
UsbCommandId_LaunchEepromTransferLegacy = 12,
UsbCommandId_ReadHardwareConfiguration = 13,
UsbCommandId_WriteHardwareConfiguration = 14,
UsbCommandId_ReadUserConfiguration = 15,