diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-03 20:32:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-03 20:32:28 +0000 |
commit | 9148fd36b23a5ffcdd2f358627370a697fb49cef (patch) | |
tree | 6ca0223c9209094fff1b36c11945425fbb95ee9c /ports | |
parent | 2a7941ee58016ce7641ab8010aff5fe711e0bedc (diff) | |
download | ChibiOS-9148fd36b23a5ffcdd2f358627370a697fb49cef.tar.gz ChibiOS-9148fd36b23a5ffcdd2f358627370a697fb49cef.tar.bz2 ChibiOS-9148fd36b23a5ffcdd2f358627370a697fb49cef.zip |
Added default implementations for I/O ports functions in ioports.h. Adjusted the documentation accordingly.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1017 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7-LPC214x/ioports_lld.h | 2 | ||||
-rw-r--r-- | ports/ARM7-LPC214x/port.dox | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/ARM7-LPC214x/ioports_lld.h b/ports/ARM7-LPC214x/ioports_lld.h index db82b8f97..cedc9e361 100644 --- a/ports/ARM7-LPC214x/ioports_lld.h +++ b/ports/ARM7-LPC214x/ioports_lld.h @@ -20,7 +20,7 @@ /**
* @file ports/ARM-LPC214x/ioports_lld.h
* @brief LPC214x FIO low level driver
- * @addtogroup LPC214X_IOPORTS
+ * @addtogroup LPC214x_IOPORTS
* @{
*/
diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox index 35f0d128f..7db0867b2 100644 --- a/ports/ARM7-LPC214x/port.dox +++ b/ports/ARM7-LPC214x/port.dox @@ -57,6 +57,7 @@ * - Direct read of input pads regardless of the pad setting.
* .
* The only non atomic operations are bit toggling and bus writing.
+ *
* @ingroup LPC214x
*/
|