]> git.sur5r.net Git - freertos/commit
Removed the manual context switch from the C file, this is now in an asm file instead...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:12:54 +0000 (09:12 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:12:54 +0000 (09:12 +0000)
commitd81673363d13a35a70b8147008c29ebf552a16b9
tree87f2612051a0db209cacb88ee55a93c9bc70fdd6
parent0b11187549d635a10a62bc735e8e61e9333f3506
Removed the manual context switch from the C file, this is now in an asm file instead.  This is a workaround for a compiler bug but provides a better implementation anyway as less stack is used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@406 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/MPLAB/PIC24_dsPIC/port.c