diff options
Diffstat (limited to 'testhal/STM32F0xx/ADC')
-rw-r--r-- | testhal/STM32F0xx/ADC/chconf.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testhal/STM32F0xx/ADC/chconf.h b/testhal/STM32F0xx/ADC/chconf.h index 2fd41db35..feea94663 100644 --- a/testhal/STM32F0xx/ADC/chconf.h +++ b/testhal/STM32F0xx/ADC/chconf.h @@ -57,14 +57,7 @@ * this value.
*/
#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 0
-
+ports/STM32/STM32
/** @} */
/*===========================================================================*/
|