diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 09:16:22 +0000 | 
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-08 09:16:22 +0000 | 
| commit | 82215e70199aa16ccad770a0e47ca5131a3f8b93 (patch) | |
| tree | df3d191fd7af9126c0ea1ca53dfd69c95d088e3f /testhal/STM32/USB_MSC | |
| parent | a02604be122fa2ebbe65a513fbb03abd2fdc8d78 (diff) | |
| download | ChibiOS-82215e70199aa16ccad770a0e47ca5131a3f8b93.tar.gz ChibiOS-82215e70199aa16ccad770a0e47ca5131a3f8b93.tar.bz2 ChibiOS-82215e70199aa16ccad770a0e47ca5131a3f8b93.zip  | |
All halcof.h files updated for the SDC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2932 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 cfec30ee7..27bddd0d7 100644 --- a/testhal/STM32/USB_MSC/halconf.h +++ b/testhal/STM32/USB_MSC/halconf.h @@ -98,6 +98,13 @@  #endif
  /**
 + * @brief   Enables the SDC subsystem.
 + */
 +#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
 +#define HAL_USE_SDC                 TRUE
 +#endif
 +
 +/**
   * @brief   Enables the SERIAL subsystem.
   */
  #if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
  | 
