Special case for single core devices.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14998 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-02 18:05:14 +00:00
parent 409d385c3f
commit ba6f180920
1 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,14 @@
/* Derived constants and error checks. */ /* Derived constants and error checks. */
/*===========================================================================*/ /*===========================================================================*/
#if !defined(RCC_C1)
#define RCC_C1 RCC
#endif
#if !defined(RCC_C2)
#define RCC_C2 RCC
#endif
/*===========================================================================*/ /*===========================================================================*/
/* Driver data structures and types. */ /* Driver data structures and types. */
/*===========================================================================*/ /*===========================================================================*/