diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-12 14:05:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-12 14:05:58 +0000 |
commit | e9aae9700abdfec3f5efafe61117dce8348f7ad6 (patch) | |
tree | 073646feff2b431dd33fcf47db668afc65f1d6d9 /os/hal/platforms | |
parent | 14dd40b4ff8ac3b3f77a776279c16168d6500ee1 (diff) | |
download | ChibiOS-e9aae9700abdfec3f5efafe61117dce8348f7ad6.tar.gz ChibiOS-e9aae9700abdfec3f5efafe61117dce8348f7ad6.tar.bz2 ChibiOS-e9aae9700abdfec3f5efafe61117dce8348f7ad6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4908 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h b/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h index b79a2cef9..548e8684e 100644 --- a/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h +++ b/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h @@ -103,8 +103,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))
/** @} */
/*===========================================================================*/
|