diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-05 07:05:45 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-05 07:05:45 +0000 | 
| commit | d200baf21fd248317b15a401097bcb198ffc7bc7 (patch) | |
| tree | d4d11f71011c044ef05fd8598b72abcdfafaa634 /testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64 | |
| parent | 4ca542e021e4572b685a6679b5cef0ac575953fa (diff) | |
| download | ChibiOS-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 'testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64')
| -rw-r--r-- | testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64/chconf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64/chconf.h b/testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64/chconf.h index de016bdc8..194cd87b9 100644 --- a/testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64/chconf.h +++ b/testhal/STM32/multi/SPI/cfg-stm32f091_nucleo64/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.
 | 
