diff options
Diffstat (limited to 'os/nil/templates/nilconf.h')
-rw-r--r-- | os/nil/templates/nilconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/templates/nilconf.h b/os/nil/templates/nilconf.h index 934deca8b..c89fd61aa 100644 --- a/os/nil/templates/nilconf.h +++ b/os/nil/templates/nilconf.h @@ -40,7 +40,7 @@ * @note This number is not inclusive of the idle thread which is
* Implicitly handled.
*/
-#define NIL_CFG_NUM_THREADS 3
+#define NIL_CFG_NUM_THREADS 1
/** @} */
|