diff options
Diffstat (limited to 'testhal/STM32/USB_MSC')
| -rw-r--r-- | testhal/STM32/USB_MSC/halconf.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/testhal/STM32/USB_MSC/halconf.h b/testhal/STM32/USB_MSC/halconf.h index 523c1ad6a..cfec30ee7 100644 --- a/testhal/STM32/USB_MSC/halconf.h +++ b/testhal/STM32/USB_MSC/halconf.h @@ -70,6 +70,13 @@  #endif
  /**
 + * @brief   Enables the ICU subsystem.
 + */
 +#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
 +#define HAL_USE_ICU                 TRUE
 +#endif
 +
 +/**
   * @brief   Enables the MAC subsystem.
   */
  #if !defined(HAL_USE_MAC) || defined(__DOXYGEN__)
 | 
