diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/nil/testbuild/chconf.h | 2 | ||||
-rw-r--r-- | test/rt/testbuild/chconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/nil/testbuild/chconf.h b/test/nil/testbuild/chconf.h index 15686da01..008b99eef 100644 --- a/test/nil/testbuild/chconf.h +++ b/test/nil/testbuild/chconf.h @@ -194,7 +194,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.
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h index 61a823df5..695243d7a 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -388,7 +388,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.
|