diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 12:21:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 12:21:41 +0000 |
commit | be6f1e075881d02a7c40fda88fd5c90b897e771b (patch) | |
tree | d571081d43e4e48679ff0244aecda9bae50cccd2 /os/rt/include | |
parent | 9e7ae25e49648f92a7ef092b9ec39cec8db121ac (diff) | |
download | ChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.tar.gz ChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.tar.bz2 ChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11990 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/ch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 99eb0d2ab..7287f3202 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -18,7 +18,7 @@ */
/**
- * @file ch.h
+ * @file rt/include/ch.h
* @brief ChibiOS/RT main include file.
*
* @addtogroup kernel_info
|