diff options
Diffstat (limited to 'demos/rt/RT-STM32L152-DISCOVERY')
-rw-r--r-- | demos/rt/RT-STM32L152-DISCOVERY/chconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/rt/RT-STM32L152-DISCOVERY/chconf.h b/demos/rt/RT-STM32L152-DISCOVERY/chconf.h index 3f3a0acdb..832f82314 100644 --- a/demos/rt/RT-STM32L152-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32L152-DISCOVERY/chconf.h @@ -58,13 +58,6 @@ */
#define CH_CFG_ST_TIMEDELTA 2
-/**
- * @brief Realtime Counter frequency.
- * @details Frequency of the system counter used for realtime delays and
- * measurements.
- */
-#define CH_CFG_RTC_FREQUENCY 72000000
-
/** @} */
/*===========================================================================*/
|