aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/chconf.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-07 07:36:24 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-07 07:36:24 -0400
commit7fad01e939f72195c3a0af76f878ddb488b545b7 (patch)
tree119a53d55a1d7845d353f195be267118787c99ed /cfg/chconf.h
parent47cec84be13e8b426ef35fbb3605307e168831f0 (diff)
go os-less; filter in sram; consider dynamic freq
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
/**