Added ARM_SUPPORTS_L2CC.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11933 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-04-13 13:57:04 +00:00
parent 105caa5f2d
commit e367e16c6a
1 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@
#define ARM_IRQ_VECTOR_REG 0xF803C010U
#else
#define ARM_IRQ_VECTOR_REG 0xF803C010
#endif
#define ARM_ENABLE_WFI_IDLE TRUE
#define ARM_ENABLE_L2CC 0
#define ARM_SUPPORTS_L2CC 1
#endif /* ARMPARAMS_H */
/** @} */