Fixed bug #1094.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13637 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
0828922bb1
commit
228d232043
|
@ -525,8 +525,6 @@ void can_lld_wakeup(CANDriver *canp) {
|
||||||
}
|
}
|
||||||
#endif /* CAN_USE_SLEEP_MODE */
|
#endif /* CAN_USE_SLEEP_MODE */
|
||||||
|
|
||||||
#endif /* HAL_USE_CAN */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief FDCAN IRQ0 service routine.
|
* @brief FDCAN IRQ0 service routine.
|
||||||
*
|
*
|
||||||
|
@ -567,4 +565,6 @@ void can_lld_serve_interrupt(CANDriver *canp) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* HAL_USE_CAN */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
|
@ -89,6 +89,8 @@
|
||||||
MEMS Accelerometers.
|
MEMS Accelerometers.
|
||||||
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
|
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
|
||||||
- NEW: Added latency measurement test application.
|
- 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
|
- FIX: Fixed failure in chSemReset() function when counter is equal to MAXINT
|
||||||
(bug #1093)(backported to 20.3.2)(backported to 19.1.5).
|
(bug #1093)(backported to 20.3.2)(backported to 19.1.5).
|
||||||
- FIX: Fixed swapped definition in ST_STM32F746G_DISCOVERY board files
|
- FIX: Fixed swapped definition in ST_STM32F746G_DISCOVERY board files
|
||||||
|
|
Loading…
Reference in New Issue