aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC111x/pal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 13:28:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 13:28:54 +0000
commit946e895798593421d93e9d5f510504405f9e1c8d (patch)
treefc0b893e0145b8063e2d697a1e9189a7195e4924 /os/hal/platforms/LPC111x/pal_lld.c
parent3b451678d40e481f5ffd05b93c40aeaa812991b6 (diff)
downloadChibiOS-946e895798593421d93e9d5f510504405f9e1c8d.tar.gz
ChibiOS-946e895798593421d93e9d5f510504405f9e1c8d.tar.bz2
ChibiOS-946e895798593421d93e9d5f510504405f9e1c8d.zip
LPC111x PAL driver complete except pin setup functions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1833 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC111x/pal_lld.c')
-rw-r--r--os/hal/platforms/LPC111x/pal_lld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC111x/pal_lld.c b/os/hal/platforms/LPC111x/pal_lld.c
index dac2fe584..5d2c56fe5 100644
--- a/os/hal/platforms/LPC111x/pal_lld.c
+++ b/os/hal/platforms/LPC111x/pal_lld.c
@@ -87,6 +87,7 @@ void _pal_lld_setgroupmode(ioportid_t port,
ioportmask_t mask,
uint_fast8_t mode) {
+ (void)port; (void)mask; (void)mode;
}
#endif /* CH_HAL_USE_PAL */