Index: sources/update/UpdateProtocol.h =================================================================== diff -u -r7cf31f6cfef97bb564a103c263821a3b722c8a2b -rc44c380d779b62aafe1f6eba414f3f8f4dc6d592 --- sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision 7cf31f6cfef97bb564a103c263821a3b722c8a2b) +++ sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision c44c380d779b62aafe1f6eba414f3f8f4dc6d592) @@ -59,14 +59,14 @@ * The app msgs are < 0x8000. We start there. */ typedef enum SwUpdateCanMsgIds { - CommandId = 0x801, ///< SwUpdateCommand ID. + CommandId = 0x601, ///< SwUpdateCommand 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. + NumMsgIds ///< Always last. } SwUpdateCanMsgIds; /*!