Index: sources/update/UpdateProtocol.h =================================================================== diff -u -r93add8761e6a95bb575418ca3ad32818cb7a1b59 -rfa28a65a573aad9b5108602e9c77f822a101050c --- sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision 93add8761e6a95bb575418ca3ad32818cb7a1b59) +++ sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision fa28a65a573aad9b5108602e9c77f822a101050c) @@ -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; /*!