aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/TEST-SUITE-NIL/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/TEST-SUITE-NIL/chconf.h')
-rw-r--r--demos/AVR/TEST-SUITE-NIL/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/AVR/TEST-SUITE-NIL/chconf.h b/demos/AVR/TEST-SUITE-NIL/chconf.h
index 53da0c6ed..c9cc37069 100644
--- a/demos/AVR/TEST-SUITE-NIL/chconf.h
+++ b/demos/AVR/TEST-SUITE-NIL/chconf.h
@@ -43,7 +43,7 @@
* @note This number is not inclusive of the idle thread which is
* Implicitly handled.
*/
-#define CH_CFG_NUM_THREADS 2
+#define CH_CFG_NUM_THREADS 3
/** @} */
@@ -66,7 +66,7 @@
* option defines the maximum amount of time allowed for
* timeouts.
*/
-#define CH_CFG_ST_FREQUENCY 15624
+#define CH_CFG_ST_FREQUENCY 1000
/**
* @brief Time delta constant for the tick-less mode.
@@ -76,7 +76,7 @@
* The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 2
+#define CH_CFG_ST_TIMEDELTA 0
/** @} */