diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 10:07:40 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 10:07:40 +0000 |
commit | b8c517e46d35e5c9691545eda8fe9b6c40d6943a (patch) | |
tree | 1979780cb2222b6ee45d49fe054343e5cc99fbd8 /os/hal/dox | |
parent | ca59ce3238108443bf04729f717f9c37d3472937 (diff) | |
download | ChibiOS-b8c517e46d35e5c9691545eda8fe9b6c40d6943a.tar.gz ChibiOS-b8c517e46d35e5c9691545eda8fe9b6c40d6943a.tar.bz2 ChibiOS-b8c517e46d35e5c9691545eda8fe9b6c40d6943a.zip |
Lines support in PAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8417 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/pal.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/pal.dox b/os/hal/dox/pal.dox index 6ba7bbd00..06915e24a 100644 --- a/os/hal/dox/pal.dox +++ b/os/hal/dox/pal.dox @@ -23,7 +23,7 @@ * PAL Low Level Driver if the target hardware supports special
* features like, for example, atomic bit set/reset/masking. Please
* refer to the ports specific documentation for details.<br>
- * The @ref PAL has the advantage to make the access to the I/O
+ * The @ref PAL driver has the advantage to make the access to the I/O
* ports platform independent and still be optimized for the specific
* architectures.<br>
* Note that the PAL Low Level Driver may also offer non standard
|