]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/list.c
Add extra debug comment into list.c.
[freertos] / FreeRTOS / Source / list.c
index f0cacafa2dc0de1b8093be9352336918a5c8808d..c916a39457594a3030d3b3d9afb3e4d659274403 100644 (file)
@@ -161,7 +161,8 @@ portTickType xValueOfInsertion;
                           interrupt priories, which can seem counter intuitive.  See\r
                           configMAX_SYSCALL_INTERRUPT_PRIORITY on http://www.freertos.org/a00110.html\r
                        3) Calling an API function from within a critical section or when\r
-                          the scheduler is suspended.\r
+                          the scheduler is suspended, or calling an API function that does\r
+                          not end in "FromISR" from an interrupt.\r
                        4) Using a queue or semaphore before it has been initialised or\r
                           before the scheduler has been started (are interrupts firing\r
                           before vTaskStartScheduler() has been called?).\r