git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13637 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-05-02 11:50:33 +00:00
parent 0828922bb1
commit 228d232043
2 changed files with 4 additions and 2 deletions

View File

@ -525,8 +525,6 @@ void can_lld_wakeup(CANDriver *canp) {
}
#endif /* CAN_USE_SLEEP_MODE */
#endif /* HAL_USE_CAN */
/**
* @brief FDCAN IRQ0 service routine.
*
@ -567,4 +565,6 @@ void can_lld_serve_interrupt(CANDriver *canp) {
}
}
#endif /* HAL_USE_CAN */
/** @} */

View File

@ -89,6 +89,8 @@
MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Added latency measurement test application.
- FIX: Fixed STM32G4 demos compile fails if smart mode is disabled (bug #1094)
(backported to 20.3.2).
- FIX: Fixed failure in chSemReset() function when counter is equal to MAXINT
(bug #1093)(backported to 20.3.2)(backported to 19.1.5).
- FIX: Fixed swapped definition in ST_STM32F746G_DISCOVERY board files