X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Finclude%2Ftimers.h;h=539744f70c308af44b84a1b58ee4029937df4f83;hb=41d0034b019a826a236301e429ad95f1c250ee00;hp=4b6775cdac7a96ae8118b734aa38795db340fba3;hpb=2babb51f99de026f185e58d107d1d9d0b9892cc0;p=freertos diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h index 4b6775cda..539744f70 100644 --- a/FreeRTOS/Source/include/timers.h +++ b/FreeRTOS/Source/include/timers.h @@ -993,6 +993,9 @@ xTaskHandle xTimerGetTimerDaemonTaskHandle( void ); * *pxHigherPriorityTaskWoken must be initialised to pdFALSE. See the * example code below. * + * @return pdPASS is returned if the message was successfully sent to the + * timer daemon task, otherwise pdFALSE is returned. + * * Example usage: * @verbatim *