From 78e38625943412e0849142b757ced4aa99b9d7d9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 12 Dec 2012 09:41:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4905 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC560BCxx/spc560bc_registry.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'os/hal/platforms/SPC560BCxx') diff --git a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h index ab78c3bf9..85ad4adc4 100644 --- a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h +++ b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h @@ -68,14 +68,13 @@ #define SPC5_LINFLEX3_TXI_NUMBER 123 #define SPC5_LINFLEX3_ERR_NUMBER 124 -/* SIU/SIUL attributes.*/ -#define SPC5_HAS_SIU TRUE -#define SPC5_SIU_PCTL 68 -#define SPC5_SIU_SUPPORTS_PORTS TRUE -#define SPC5_SIU_NUM_PORTS 8 -#define SPC5_SIU_NUM_PCRS 123 -#define SPC5_SIU_NUM_PADSELS 32 -#define SPC5_SIU_SYSTEM_PINS 32,33,121,122 +/* SIUL attributes.*/ +#define SPC5_HAS_SIUL TRUE +#define SPC5_SIUL_PCTL 68 +#define SPC5_SIUL_NUM_PORTS 8 +#define SPC5_SIUL_NUM_PCRS 123 +#define SPC5_SIUL_NUM_PADSELS 32 +#define SPC5_SIUL_SYSTEM_PINS 32,33,121,122 /** @} */ #endif /* _SPC560BC_REGISTRY_H_ */ -- cgit v1.2.3