diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-12 15:02:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-12 15:02:54 +0000 |
commit | a0a409d12d32c5e12f2f6e27e6972e2f71f447e3 (patch) | |
tree | fa77d3c829f2c2c2134c34222c2b9aa6199a29d1 | |
parent | 93dd0e239e757655b9c20a1d89b0228bc271f86b (diff) | |
download | ChibiOS-a0a409d12d32c5e12f2f6e27e6972e2f71f447e3.tar.gz ChibiOS-a0a409d12d32c5e12f2f6e27e6972e2f71f447e3.tar.bz2 ChibiOS-a0a409d12d32c5e12f2f6e27e6972e2f71f447e3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5165 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/SPC56ELxx/spc56el_registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC56ELxx/spc56el_registry.h b/os/hal/platforms/SPC56ELxx/spc56el_registry.h index 5e3595be0..c95b916d2 100644 --- a/os/hal/platforms/SPC56ELxx/spc56el_registry.h +++ b/os/hal/platforms/SPC56ELxx/spc56el_registry.h @@ -57,8 +57,8 @@ /* SIUL attributes.*/
#define SPC5_HAS_SIUL TRUE
#define SPC5_SIUL_NUM_PORTS 8
-#define SPC5_SIUL_NUM_PCRS 108
-#define SPC5_SIUL_NUM_PADSELS 36
+#define SPC5_SIUL_NUM_PCRS 133
+#define SPC5_SIUL_NUM_PADSELS 44
/** @} */
#endif /* _SPC56EL_REGISTRY_H_ */
|