git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14745 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-08 08:28:57 +00:00
parent c06421a108
commit 4f526178e1
2 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,6 @@ static inline systimestamp_t chVTGetTimeStamp(void) {
*/
static inline void chVTResetTimeStamp(void) {
chDbgCheckClassI();
chSysLock();
chVTResetTimeStampI();

View File

@ -78,6 +78,8 @@
- NEW: EFL driver and demo for STM32F3xx.
- NEW: New unit test subsystem under /os/test. Now it is officially
ChibiOS/TEST.
- FIX: Fixed invalid check in chVTResetTimeStamp() function (bug #1185)
(TO BE backported to 21.6.1).
- FIX: Fixed wrong configuration in testex LSM6DSL demos (bug #1184)
(backported to 21.6.1)(backported to 20.3.4).
- FIX: Fixed CH_CFG_NO_IDLE_THREAD option causes compiler errors (bug #1183)