diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-21 13:47:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-21 13:47:59 +0000 |
commit | 57618ff11dd6e4539ef46f36599db48a40cbb181 (patch) | |
tree | fb7ab58d1ef043bb2cd94d8adc9fbd61efa8121c /os/hal/platforms/SPC560BCxx/spc560bc_registry.h | |
parent | 24c823f54822a2abc01a9d4e6f6dcf9c31a4e8e3 (diff) | |
download | ChibiOS-57618ff11dd6e4539ef46f36599db48a40cbb181.tar.gz ChibiOS-57618ff11dd6e4539ef46f36599db48a40cbb181.tar.bz2 ChibiOS-57618ff11dd6e4539ef46f36599db48a40cbb181.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4835 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560BCxx/spc560bc_registry.h')
-rw-r--r-- | os/hal/platforms/SPC560BCxx/spc560bc_registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h index 6fe68be87..92158b107 100644 --- a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h +++ b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h @@ -81,6 +81,7 @@ #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
/** @} */
#endif /* _SPC560BC_REGISTRY_H_ */
|