]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.
[freertos] / FreeRTOS / Source / include / task.h
index 446f6fa88eeb7c39694fa03524bf06b0e887ccc6..9d0b520520c0c6f9a79fecd3507738e85f79a8d0 100644 (file)
@@ -376,9 +376,9 @@ is used in assert() statements. */
  * memory to be allocated dynamically.\r
  *\r
  * @return If neither pxStackBuffer or pxTaskBuffer are NULL, then the task will\r
- * be created and pdPASS is returned.  If either pxStackBuffer or pxTaskBuffer\r
- * are NULL then the task will not be created and\r
- * errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY is returned.\r
+ * be created and a handle to the created task is returned.  If either\r
+ * pxStackBuffer or pxTaskBuffer are NULL then the task will not be created and\r
+ * NULL is returned.\r
  *\r
  * Example usage:\r
    <pre>\r