diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 10:52:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 10:52:05 +0000 |
commit | 175ae5dc1e8054e59b052a0d2a7bed5eaf9c9a4c (patch) | |
tree | 88b2e45d396d13064d775fbb3b9fa7cca02ffcd8 /os | |
parent | 5b03233f8d19a1257130aa5ea9bcf22f4e65df05 (diff) | |
download | ChibiOS-175ae5dc1e8054e59b052a0d2a7bed5eaf9c9a4c.tar.gz ChibiOS-175ae5dc1e8054e59b052a0d2a7bed5eaf9c9a4c.tar.bz2 ChibiOS-175ae5dc1e8054e59b052a0d2a7bed5eaf9c9a4c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7562 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/rt/include/chlicense.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chlicense.h b/os/rt/include/chlicense.h index a77bc35d8..dffded18f 100644 --- a/os/rt/include/chlicense.h +++ b/os/rt/include/chlicense.h @@ -131,7 +131,7 @@ /**
* @brief Code deploy restrictions.
- * @detail This is the per-core deploy limit allowed under the current
+ * @details This is the per-core deploy limit allowed under the current
* license scheme.
*/
#define CH_LICENSE_MAX_DEPLOY CH_DEPLOY_UNLIMITED
|