Index: include/can.h =================================================================== diff -u -rad8ad611c910747eef92336a30b6520a83409532 -ree310a2e5262c05bf0dc0eb0d84da0ee50bac7fe --- include/can.h (.../can.h) (revision ad8ad611c910747eef92336a30b6520a83409532) +++ include/can.h (.../can.h) (revision ee310a2e5262c05bf0dc0eb0d84da0ee50bac7fe) @@ -635,9 +635,9 @@ | (uint32)((uint32)0x00000005U << 10U) | 0x00020002U) #define CAN1_ES_CONFIGVALUE 0x00000007U #define CAN1_BTR_CONFIGVALUE ((uint32)((uint32)0U << 16U) \ - | (uint32)((uint32)(3U - 1U) << 12U) \ - | (uint32)((uint32)((4U + 3U) - 1U) << 8U) \ - | (uint32)((uint32)(3U - 1U) << 6U) | (uint32)19U) + | (uint32)((uint32)(4U - 1U) << 12U) \ + | (uint32)((uint32)((2U + 4U) - 1U) << 8U) \ + | (uint32)((uint32)(4U - 1U) << 6U) | (uint32)39U) #define CAN1_TEST_CONFIGVALUE 0x00000080U #define CAN1_ABOTR_CONFIGVALUE ((uint32)(0U)) #define CAN1_INTMUX0_CONFIGVALUE ((uint32)0x00000000U \