]> git.sur5r.net Git - freertos/commit
Switch from post increment to pre increment on values sent to queues. This allows...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Sep 2008 13:06:39 +0000 (13:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Sep 2008 13:06:39 +0000 (13:06 +0000)
commit7066e91050ffcdb8208d3f1e58103cc334b194f2
treef5166e324ac1d70fb44b44460ee07120e63a2381
parentb9b5af2fe4c8ee4f870657d37b6b31caed7ef85d
Switch from post increment to pre increment on values sent to queues.  This allows the test to execute on systems where interrupt level critical sections cannot nest.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@484 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/Minimal/IntQueue.c