aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/chconf.h')
-rw-r--r--cfg/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/chconf.h b/cfg/chconf.h
index 8b143c3..5f90c03 100644
--- a/cfg/chconf.h
+++ b/cfg/chconf.h
@@ -48,7 +48,7 @@
* (0..CH_CFG_MAX_THREADS-1).
*/
#if !defined(CH_CFG_MAX_THREADS)
-#define CH_CFG_MAX_THREADS 2
+#define CH_CFG_MAX_THREADS 1
#endif
/**