diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 15:44:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 15:44:03 +0000 |
commit | a5df28e309adbccff162d67cfb9f55c653c73f7b (patch) | |
tree | 901299ccb9636bb8198c2e30aa73ee04cda57e7b /docs | |
parent | 905231170094a578c928477b429187e02857247a (diff) | |
download | ChibiOS-a5df28e309adbccff162d67cfb9f55c653c73f7b.tar.gz ChibiOS-a5df28e309adbccff162d67cfb9f55c653c73f7b.tar.bz2 ChibiOS-a5df28e309adbccff162d67cfb9f55c653c73f7b.zip |
Revised port abstraction layer (PAL), STM32 support adjusted.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1023 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/main.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 24d7acda1..3a38d7115 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -358,7 +358,7 @@ * @defgroup PAL I/O Ports Abstraction Layer (PAL)
* @brief I/O Ports Abstraction Layer
* @details This module defines an abstract interface for digital I/O ports.
- * Note that I/O ports functions are just a set of macros. The macros
+ * Note that most I/O ports functions are just macros. The macros
* have default software implementations that can be redefined in a
* @ref PAL_LLD if the target hardware supports special features like, as
* example, atomic bit set/reset/masking. Please refer to the ports specific
|