Index: firmware/include/can.h =================================================================== diff -u -r60e0fc291e3897ab9b86aee7181eeb6d6dd7d35f -rc48ea51c06c9d002f1b9b6a1d7b72d69756f183d --- firmware/include/can.h (.../can.h) (revision 60e0fc291e3897ab9b86aee7181eeb6d6dd7d35f) +++ firmware/include/can.h (.../can.h) (revision c48ea51c06c9d002f1b9b6a1d7b72d69756f183d) @@ -635,9 +635,9 @@ | (uint32)((uint32)0x0000000AU << 10U) | 0x00020002U) #define CAN1_ES_CONFIGVALUE 0x00000007U #define CAN1_BTR_CONFIGVALUE ((uint32)((uint32)0U << 16U) \ - | (uint32)((uint32)(1U - 1U) << 12U) \ - | (uint32)((uint32)((5U + 1U) - 1U) << 8U) \ - | (uint32)((uint32)(1U - 1U) << 6U) | (uint32)51U) + | (uint32)((uint32)(2U - 1U) << 12U) \ + | (uint32)((uint32)((3U + 2U) - 1U) << 8U) \ + | (uint32)((uint32)(2U - 1U) << 6U) | (uint32)51U) #define CAN1_TEST_CONFIGVALUE 0x00000080U #define CAN1_ABOTR_CONFIGVALUE ((uint32)(1040000U)) #define CAN1_INTMUX0_CONFIGVALUE ((uint32)0x00000000U \