diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 20:47:47 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 20:47:47 +0000 |
commit | 9d21d501b5356dd7b85e1e8600846cee5a611ee5 (patch) | |
tree | 335c42ef2828248cd45e6e30e6d2ba15846104b0 /os/hal | |
parent | 5ab1b8364dc17406774ccdc3b04042a813c6d5a0 (diff) | |
download | ChibiOS-9d21d501b5356dd7b85e1e8600846cee5a611ee5.tar.gz ChibiOS-9d21d501b5356dd7b85e1e8600846cee5a611ee5.tar.bz2 ChibiOS-9d21d501b5356dd7b85e1e8600846cee5a611ee5.zip |
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12574 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/dox/hal_peripherals.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/hal_peripherals.dox b/os/hal/dox/hal_peripherals.dox index 406ff46dc..2d8560fdd 100644 --- a/os/hal/dox/hal_peripherals.dox +++ b/os/hal/dox/hal_peripherals.dox @@ -14,7 +14,7 @@ limitations under the License.
*/
- /**
+/**
* @defgroup HAL_ABSTRACT_PERIPHERALS Peripheral Interfaces
* @brief HAL Abstract Peripheral Interfaces.
*
|