adjustment for HAL
Posted on January 17, 2018 at 03:36can the HAL programmers please add the __weak attributes to the interrupt routines.I had to add this one again today:__weak void CEC_CAN_IRQHandler(void); // in stm32f0xx.hand this one:__weak void CEC_CAN_IRQHand...