Index: sources/update/UpdateProtocol.h =================================================================== diff -u -r110fa8df5fc77830fa05d04af55b349dd8f9c6d9 -rd49c2482be5cf36868b964681d0e93fb3abe5b7b --- sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision 110fa8df5fc77830fa05d04af55b349dd8f9c6d9) +++ sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision d49c2482be5cf36868b964681d0e93fb3abe5b7b) @@ -59,13 +59,13 @@ * The app msgs are < 0x8000. We start there. */ typedef enum SwUpdateCanMsgIds { - CommandId = 0x8001, ///< SwUpdateCommand ID. - DataBufferId_HD_FW = 0x8002, ///< SwUpdateDataBuffer ID for FW. - DataBufferId_HD_FPGA = 0x8003, ///< SwUpdateDataBuffer ID for FPGA. - DataBufferId_DG_FW = 0x8004, ///< SwUpdateDataBuffer ID for FW. - DataBufferId_DG_FPGA = 0x8005, ///< SwUpdateDataBuffer ID for FPGA. - ResponseId = 0x8006, ///< SwUpdateResponse ID. - VerifyId = 0x8007, ///< SwUpdateResponse ID. + 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. NumMsgIds ///< Always last. } SwUpdateCanMsgIds;