Added ARM_SUPPORTS_L2CC.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11930 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-04-13 13:50:32 +00:00
parent 4f83e76a33
commit 47fd49fd55
1 changed files with 3 additions and 1 deletions

View File

@ -85,10 +85,12 @@
#define ARM_IRQ_VECTOR_REG 0xFC020010U
#else
#define ARM_IRQ_VECTOR_REG 0xFC020010
#endif
#define ARM_ENABLE_WFI_IDLE FALSE
#define ARM_SUPPORTS_L2CC 1
#endif /* ARMPARAMS_H */
/** @} */