Added osDelay to the list of functions that can be used with osWaitForever
diff --git a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Status.txt b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Status.txt
index ff3a015..9c7e7ab 100644
--- a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Status.txt
+++ b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Status.txt
@@ -18,6 +18,7 @@
\def osWaitForever
\details A special \ref CMSIS_RTOS_TimeOutValue that informs the RTOS to wait infinite until a resource becomes available.
It applies to the following functions:
+ - \ref osDelay : \copybrief osDelay
- \ref osThreadFlagsWait : \copybrief osThreadFlagsWait
- \ref osEventFlagsWait : \copybrief osEventFlagsWait
- \ref osMutexAcquire : \copybrief osMutexAcquire