diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-04 11:10:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-04 11:10:29 +0000 |
commit | 9ddf162200f452b2d928c5eefac1256436d22fd2 (patch) | |
tree | a8228a61c831a746192eb38df10db5bf664ee220 /os/hal/platforms/SPC563Mxx | |
parent | 0161e72a204eaa4d999a6b96f78ae52c99b31e5f (diff) | |
download | ChibiOS-9ddf162200f452b2d928c5eefac1256436d22fd2.tar.gz ChibiOS-9ddf162200f452b2d928c5eefac1256436d22fd2.tar.bz2 ChibiOS-9ddf162200f452b2d928c5eefac1256436d22fd2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5356 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC563Mxx')
-rw-r--r-- | os/hal/platforms/SPC563Mxx/spc563m_registry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC563Mxx/spc563m_registry.h b/os/hal/platforms/SPC563Mxx/spc563m_registry.h index 66a3e74d0..6b9cb2d7d 100644 --- a/os/hal/platforms/SPC563Mxx/spc563m_registry.h +++ b/os/hal/platforms/SPC563Mxx/spc563m_registry.h @@ -32,7 +32,8 @@ * @{
*/
/* eDMA attributes.*/
-#define SPC5_EDMA_NCHANNELS 64
+#define SPC5_HAS_EDMAA TRUE
+#define SPC5_EDMA_NCHANNELS 32
#define SPC5_EDMA_HAS_MUX FALSE
/* eQADC attributes.*/
|