Fixed bug #1210.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15331 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
d65e95fe68
commit
ab5888e917
|
@ -54,6 +54,10 @@
|
|||
/* Derived constants and error checks. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#if CH_CFG_USE_SEMAPHORES == FALSE
|
||||
#error "CH_CFG_USE_OBJ_CACHES requires CH_CFG_USE_SEMAPHORES"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module data structures and types. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 20.3.5 ***
|
||||
- FIX: Fixed missing check in chobjcaches.h (bug #1210).
|
||||
- FIX: Fixed RT testbuild application broken (bug #1208).
|
||||
- FIX: Fixed USB not enabled on STM32F103x6 (bug #1206).
|
||||
- FIX: Fixed wrong number of CAN filters for STM32L496/9A6 (bug #1204).
|
||||
|
|
Loading…
Reference in New Issue