diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-26 18:25:26 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-26 18:25:26 +0000 |
commit | e9e85552839b5e3eded6dd48aebc05ca617b9e7b (patch) | |
tree | d24f74d4185f1467612d254e34919690ecc13daf /doc/full_rm/src | |
parent | f533ffa7526e742ec5b38110a8e7cb741dda644e (diff) | |
download | ChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.tar.gz ChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.tar.bz2 ChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.zip |
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12601 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc/full_rm/src')
-rw-r--r-- | doc/full_rm/src/main.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/full_rm/src/main.dox b/doc/full_rm/src/main.dox index 7da6fadad..9be27c8da 100644 --- a/doc/full_rm/src/main.dox +++ b/doc/full_rm/src/main.dox @@ -36,7 +36,7 @@ * - RT, a full features RTOS.
* - NIL, another RTOS with a very reduced footprint.
* - OSLIB, a library of RTOS enhancements, it can be used on top of both RT
- * NIL.
+ * and NIL.
* - HAL, an abstraction layer for common MCU peripherals.
* - EX, abstraction for board-level devices, it sits on top of HAL.
* .
|