]> git.sur5r.net Git - freertos/commit
BUG FIX: Changed
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Sep 2008 16:04:31 +0000 (16:04 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 17 Sep 2008 16:04:31 +0000 (16:04 +0000)
commit9bed81193e74af1d51de379a41e795b069b3b89b
tree5536f64815fde50f8cfa50a2f3415bfd3726e162
parenta34df4b3a074f63707550457c6b60a7396b4b3ca
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@472 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/RVDS/ARM_CM3/port.c