diff options
Diffstat (limited to 'testhal/STM32/STM32F37x/I2C')
| -rw-r--r-- | testhal/STM32/STM32F37x/I2C/halconf.h | 13 | 
1 files changed, 10 insertions, 3 deletions
| diff --git a/testhal/STM32/STM32F37x/I2C/halconf.h b/testhal/STM32/STM32F37x/I2C/halconf.h index a8f0949b8..d5da526da 100644 --- a/testhal/STM32/STM32F37x/I2C/halconf.h +++ b/testhal/STM32/STM32F37x/I2C/halconf.h @@ -316,6 +316,13 @@  #define SERIAL_USB_BUFFERS_SIZE     256
  #endif
 +/**
 + * @brief   Serial over USB number of buffers.
 + * @note    The default is 2 buffers.
 + */
 +#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
 +#define SERIAL_USB_BUFFERS_NUMBER   2
 +
  /*===========================================================================*/
  /* SPI driver related settings.                                              */
  /*===========================================================================*/
 @@ -345,7 +352,7 @@   * @note    Disabling this option saves both code and data space.
   */
  #if !defined(UART_USE_WAIT) || defined(__DOXYGEN__)
 -#define UART_USE_WAIT                       FALSE
 +#define UART_USE_WAIT               FALSE
  #endif
  /**
 @@ -353,7 +360,7 @@   * @note    Disabling this option saves both code and data space.
   */
  #if !defined(UART_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__)
 -#define UART_USE_MUTUAL_EXCLUSION           FALSE
 +#define UART_USE_MUTUAL_EXCLUSION   FALSE
  #endif
  /*===========================================================================*/
 @@ -365,7 +372,7 @@   * @note    Disabling this option saves both code and data space.
   */
  #if !defined(USB_USE_WAIT) || defined(__DOXYGEN__)
 -#define USB_USE_WAIT                        FALSE
 +#define USB_USE_WAIT                FALSE
  #endif
  #endif /* _HALCONF_H_ */
 | 
