aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 23:27:25 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 23:27:25 +0000
commitc09d291303a77df236bf5210365cee21ff2e59a7 (patch)
tree8971403e90eac30f4a09d341cf7cacd0a44102fc /os/hal
parentf2127bb160ea8baa49000344cc7fb298e0e74c1d (diff)
downloadChibiOS-c09d291303a77df236bf5210365cee21ff2e59a7.tar.gz
ChibiOS-c09d291303a77df236bf5210365cee21ff2e59a7.tar.bz2
ChibiOS-c09d291303a77df236bf5210365cee21ff2e59a7.zip
* complete #define for pal_lld_setgroupmode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1658 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/Posix/pal_lld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/Posix/pal_lld.h b/os/hal/platforms/Posix/pal_lld.h
index 8386d7279..cb78442e4 100644
--- a/os/hal/platforms/Posix/pal_lld.h
+++ b/os/hal/platforms/Posix/pal_lld.h
@@ -177,7 +177,8 @@ typedef sim_vio_port_t *ioportid_t;
* @param[in] mask group mask
* @param[in] mode group mode
*/
-#define pal_lld_setgroupmode(port, mask, mode)
+#define pal_lld_setgroupmode(port, mask, mode) \
+ _pal_lld_setgroupmode(port, mask, mode)
#if !defined(__DOXYGEN__)
extern sim_vio_port_t vio_port_1;