aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x/pal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
commit6ab7ea31f114af0e0d98494156d456279dd5ecd4 (patch)
treeeea62185afe26a8428a5d6b42c40910ec1e6aeba /ports/ARM7-LPC214x/pal_lld.h
parent03aef59589a44aec94456526a9e207c27149a750 (diff)
downloadChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.gz
ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.bz2
ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.zip
PAL support for MSP430, various other fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1037 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-LPC214x/pal_lld.h')
-rw-r--r--ports/ARM7-LPC214x/pal_lld.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/ARM7-LPC214x/pal_lld.h b/ports/ARM7-LPC214x/pal_lld.h
index 00a159fe6..e2ea34b54 100644
--- a/ports/ARM7-LPC214x/pal_lld.h
+++ b/ports/ARM7-LPC214x/pal_lld.h
@@ -177,8 +177,7 @@ typedef FIO * ioportid_t;
/**
* @brief FIO port setup.
- * @details This function initializes a FIO port, note that this functionality
- * is LPC214x specific and non portable.
+ * @details This function programs the pins direction within a port.
*/
#define pal_lld_lpc214x_set_direction(port, dir) { \
(port)->FIO_DIR = (dir); \