diff options
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h')
-rwxr-xr-x | testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h index c41d448cb..1bfb0d9af 100755 --- a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h +++ b/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h @@ -338,7 +338,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.
|