diff options
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/chconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/chconf.h b/testhal/STM32F4xx/USB_CDC/chconf.h index a398a1ac0..4fa0bcf4e 100644 --- a/testhal/STM32F4xx/USB_CDC/chconf.h +++ b/testhal/STM32F4xx/USB_CDC/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 168000000
-
/** @} */
/*===========================================================================*/
|