Index: sources/update/UpdateProtocol.h =================================================================== diff -u -rd49c2482be5cf36868b964681d0e93fb3abe5b7b -r93add8761e6a95bb575418ca3ad32818cb7a1b59 --- sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision d49c2482be5cf36868b964681d0e93fb3abe5b7b) +++ sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision 93add8761e6a95bb575418ca3ad32818cb7a1b59) @@ -60,12 +60,12 @@ */ typedef enum SwUpdateCanMsgIds { CommandId = 0x801, ///< SwUpdateCommand ID. - DataBufferId_HD_FW = 0x802, ///< SwUpdateDataBuffer ID for FW. - DataBufferId_HD_FPGA = 0x803, ///< SwUpdateDataBuffer ID for FPGA. - DataBufferId_DG_FW = 0x804, ///< SwUpdateDataBuffer ID for FW. - DataBufferId_DG_FPGA = 0x805, ///< SwUpdateDataBuffer ID for FPGA. - ResponseId = 0x806, ///< SwUpdateResponse ID. - VerifyId = 0x807, ///< SwUpdateResponse ID. + DataBufferId_HD_FW = 0x602, ///< SwUpdateDataBuffer ID for FW. + DataBufferId_HD_FPGA = 0x603, ///< SwUpdateDataBuffer ID for FPGA. + DataBufferId_DG_FW = 0x604, ///< SwUpdateDataBuffer ID for FW. + DataBufferId_DG_FPGA = 0x605, ///< SwUpdateDataBuffer ID for FPGA. + ResponseId = 0x606, ///< SwUpdateResponse ID. + VerifyId = 0x607, ///< SwUpdateResponse ID. NumMsgIds ///< Always last. } SwUpdateCanMsgIds;