]> git.sur5r.net Git - freertos/commit
Only include xTaskResumeFromISR under the condition:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 11 Aug 2006 10:56:12 +0000 (10:56 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 11 Aug 2006 10:56:12 +0000 (10:56 +0000)
commit32f702004cbef61687b71fa134fb725189dbfd42
tree422d1f4bb218e923eb4a77aac02b9ccdd4852648
parentb5aab4480e241e69a871c8c4a01f8da0080f0695
Only include xTaskResumeFromISR under the condition:
#if ( ( INCLUDE_xTaskResumeFromISR == 1 ) && ( INCLUDE_vTaskSuspend == 1 ) )

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@25 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/tasks.c