diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-23 15:06:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-23 15:06:56 +0000 |
commit | 872b67d1be92d8e6b6a3152bdab94a8e231cb9bc (patch) | |
tree | 36e91a07da981acced0ca111b1e4da9d0ed82b64 | |
parent | ff55da639bb8476e1ea73e5f16968e477c5ca14b (diff) | |
download | ChibiOS-872b67d1be92d8e6b6a3152bdab94a8e231cb9bc.tar.gz ChibiOS-872b67d1be92d8e6b6a3152bdab94a8e231cb9bc.tar.bz2 ChibiOS-872b67d1be92d8e6b6a3152bdab94a8e231cb9bc.zip |
Fixed minor documentation problem.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10693 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/rt/dox/rt.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/rt/dox/rt.dox b/os/rt/dox/rt.dox index 0972a1dd5..4624f5bfb 100644 --- a/os/rt/dox/rt.dox +++ b/os/rt/dox/rt.dox @@ -34,6 +34,11 @@ */
/**
+ * @defgroup checks License Checks
+ * @ingroup kernel
+ */
+
+/**
* @defgroup base Base Kernel Services
* @details Base kernel services, the base subsystems are always included in
* the OS builds.
|