OS_MAX_WAIT_FOR_OBJECTS Definition

This constant defines the maximum number of objects a task can wait for simultaneously. By default, it is set to 1. When this value is greater than 1, the osWaitForObjects function is available, allowing a task to wait for multiple objects. The size of the task object depends on this constant, as all memory required for task management is allocated at the time the task is created.

SpaceShadow documentation