]> git.sur5r.net Git - freertos/commit
BUG FIX: Changed
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Sep 2008 16:01:56 +0000 (16:01 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Sep 2008 16:01:56 +0000 (16:01 +0000)
commit89a512770073cd588f083c4374fadac5c707b4bb
tree65ea6d7100fa825ae1409a4d0ee136f11ab1a352
parent1b817b1ea12368349bfe92d8a8a6a80644c97457
BUG FIX:  Changed
*(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET;
to
*(portNVIC_INT_CTRL) = portNVIC_PENDSVSET;

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