diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 16:56:03 +0000 | 
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 16:56:03 +0000 | 
| commit | eea23b22826e76dba443a12c651d5490a0314471 (patch) | |
| tree | cb316499704694310f772679ef567b56197569fe /testhal/STM8S/SPI/demo | |
| parent | b8aac8295e455e123ce1337b760e349d47cb2ede (diff) | |
| download | ChibiOS-eea23b22826e76dba443a12c651d5490a0314471.tar.gz ChibiOS-eea23b22826e76dba443a12c651d5490a0314471.tar.bz2 ChibiOS-eea23b22826e76dba443a12c651d5490a0314471.zip | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3439 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM8S/SPI/demo')
| -rw-r--r-- | testhal/STM8S/SPI/demo/halconf.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/testhal/STM8S/SPI/demo/halconf.h b/testhal/STM8S/SPI/demo/halconf.h index af1c8e1a4..b2567cb8f 100644 --- a/testhal/STM8S/SPI/demo/halconf.h +++ b/testhal/STM8S/SPI/demo/halconf.h @@ -105,6 +105,13 @@  #endif
  /**
 + * @brief   Enables the RTC subsystem.
 + */
 +#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
 +#define HAL_USE_RTC                 FALSE
 +#endif
 +
 +/**
   * @brief   Enables the SDC subsystem.
   */
  #if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
 | 
