aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/templates
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-05 07:05:45 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-05 07:05:45 +0000
commitd200baf21fd248317b15a401097bcb198ffc7bc7 (patch)
treed4d11f71011c044ef05fd8598b72abcdfafaa634 /os/rt/templates
parent4ca542e021e4572b685a6679b5cef0ac575953fa (diff)
downloadChibiOS-d200baf21fd248317b15a401097bcb198ffc7bc7.tar.gz
ChibiOS-d200baf21fd248317b15a401097bcb198ffc7bc7.tar.bz2
ChibiOS-d200baf21fd248317b15a401097bcb198ffc7bc7.zip
Fixed various typos and documentation-related issues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10776 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/templates')
-rw-r--r--os/rt/templates/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h
index 569b7d4da..31a575871 100644
--- a/os/rt/templates/chconf.h
+++ b/os/rt/templates/chconf.h
@@ -309,7 +309,7 @@
* @{
*/
#define CH_CFG_USE_FACTORY TRUE
-#define CH_CFG_FACTORY_MAX_NAMES_LENGHT 8
+#define CH_CFG_FACTORY_MAX_NAMES_LENGTH 8
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
#define CH_CFG_FACTORY_SEMAPHORES TRUE
@@ -351,7 +351,7 @@
* @details If the specified length is zero then the name is stored by
* pointer but this could have unintended side effects.
*/
-#define CH_CFG_FACTORY_MAX_NAMES_LENGHT 8
+#define CH_CFG_FACTORY_MAX_NAMES_LENGTH 8
/**
* @brief Enables the registry of generic objects.