From 5a412bd35f0bf2ce72c6688c938fdf185387e57c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Jul 2020 07:33:34 +0200 Subject: c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimum --- c-user/config/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-user') diff --git a/c-user/config/general.rst b/c-user/config/general.rst index b1bca61..4b66c13 100644 --- a/c-user/config/general.rst +++ b/c-user/config/general.rst @@ -305,7 +305,7 @@ DEFAULT VALUE: The default value is 1. VALUE CONSTRAINTS: - The value of this configuration option shall be greater than or equal to 0 + The value of this configuration option shall be greater than or equal to 1 and less than or equal to ``CPU_MAXIMUM_PROCESSORS``. DESCRIPTION: -- cgit v1.2.3