From 364f0e585f4226f78375cc08f847e64a934c16f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 31 Jan 2022 20:12:47 +0100 Subject: [PATCH] Fix description of configQUEUE_REGISTRY_SIZE (#446) --- include/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/queue.h b/include/queue.h index 1030836a0..8e42fb501 100644 --- a/include/queue.h +++ b/include/queue.h @@ -1490,7 +1490,7 @@ BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION; * configQUEUE_REGISTRY_SIZE defines the maximum number of handles the * registry can hold. configQUEUE_REGISTRY_SIZE must be greater than 0 * within FreeRTOSConfig.h for the registry to be available. Its value - * does not effect the number of queues, semaphores and mutexes that can be + * does not affect the number of queues, semaphores and mutexes that can be * created - just the number that the registry can hold. * * If vQueueAddToRegistry is called more than once with the same xQueue