aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560Dxx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-13 13:35:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-13 13:35:10 +0000
commitf0e62eb4b588d8b2fbf858efb7b41226a2424d81 (patch)
treec785d8ad55aa7b711167b38aefd5194daba7afbc /os/hal/platforms/SPC560Dxx/hal_lld.h
parent02b1b936d96443958c3cd6dc8b2b0eedec3a6a46 (diff)
downloadChibiOS-f0e62eb4b588d8b2fbf858efb7b41226a2424d81.tar.gz
ChibiOS-f0e62eb4b588d8b2fbf858efb7b41226a2424d81.tar.bz2
ChibiOS-f0e62eb4b588d8b2fbf858efb7b41226a2424d81.zip
SPC560Dxx support added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5847 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560Dxx/hal_lld.h')
-rw-r--r--os/hal/platforms/SPC560Dxx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC560Dxx/hal_lld.h b/os/hal/platforms/SPC560Dxx/hal_lld.h
index 13973ed33..5bc08014c 100644
--- a/os/hal/platforms/SPC560Dxx/hal_lld.h
+++ b/os/hal/platforms/SPC560Dxx/hal_lld.h
@@ -628,7 +628,7 @@
/*
* Configuration-related checks.
*/
-#if !defined(SPC560BCxx_MCUCONF)
+#if !defined(SPC560Dxx_MCUCONF)
#error "Using a wrong mcuconf.h file, SPC560Dxx_MCUCONF not defined"
#endif