]> git.sur5r.net Git - freertos/commit
Move the call to start the high frequency timer to inside a task to ensure it does...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 7 May 2008 17:58:20 +0000 (17:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 7 May 2008 17:58:20 +0000 (17:58 +0000)
commitde577c0eec88d22cf00d2311c9fc09b430922196
tree0943600c77b4489c0b0ec94768cfdf925c43b4dd
parentb53ed7c5783a5bdb53dc731b55f23b90a09bd97d
Move the call to start the high frequency timer to inside a task to ensure it does not trigger before the scheduler has started.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@341 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/PIC32MX_MPLAB/main.c