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:
parent
409d385c3f
commit
ba6f180920
|
@ -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. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue