aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 14:00:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 14:00:04 +0000
commit14dd40b4ff8ac3b3f77a776279c16168d6500ee1 (patch)
treee3f8f0692385af699d0f1c6496ac60b18c708dd1 /os/hal/platforms
parente4c5ac420566026e6b819bd10956156e453f0842 (diff)
downloadChibiOS-14dd40b4ff8ac3b3f77a776279c16168d6500ee1.tar.gz
ChibiOS-14dd40b4ff8ac3b3f77a776279c16168d6500ee1.tar.bz2
ChibiOS-14dd40b4ff8ac3b3f77a776279c16168d6500ee1.zip
Updated SPC563M64 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4907 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/SPC5xx/SIU_v1/pal_lld.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.h b/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.h
index fac86c48f..4d4cd319a 100644
--- a/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.h
+++ b/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.h
@@ -100,8 +100,7 @@
/**
* @brief Alternate "n" output pad.
*/
-#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_OBE | \
- PAL_SPC5_PA(n))
+#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_PA(n))
/** @} */
/*===========================================================================*/