From e9aae9700abdfec3f5efafe61117dce8348f7ad6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 12 Dec 2012 14:05:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4908 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'os/hal/platforms') 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)) /** @} */ /*===========================================================================*/ -- cgit v1.2.3