aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F0xx/ADC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F0xx/ADC/chconf.h')
-rw-r--r--testhal/STM32F0xx/ADC/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F0xx/ADC/chconf.h b/testhal/STM32F0xx/ADC/chconf.h
index cb2582597..7275caff4 100644
--- a/testhal/STM32F0xx/ADC/chconf.h
+++ b/testhal/STM32F0xx/ADC/chconf.h
@@ -41,7 +41,7 @@
* setting also defines the system tick time unit.
*/
#if !defined(CH_CFG_ST_FREQUENCY) || defined(__DOXYGEN__)
-#define CH_CFG_ST_FREQUENCY 1000
+#define CH_CFG_ST_FREQUENCY 10000
#endif
/**
@@ -62,7 +62,7 @@
* this value.
*/
#if !defined(CH_CFG_TIMEDELTA) || defined(__DOXYGEN__)
-#define CH_CFG_TIMEDELTA 0
+#define CH_CFG_TIMEDELTA 2
#endif
/**