]> git.sur5r.net Git - freertos/commit
Add a #if ( configUSE_TIMERS ) conditional compilation constant in to allow the softw...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 31 Mar 2011 14:09:21 +0000 (14:09 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 31 Mar 2011 14:09:21 +0000 (14:09 +0000)
commit7a498093e8c279f4a41af3602a809c0c055dd81e
tree859224cc90cf8519ae2d80d7da5f6d6039a6c82a
parentb9ef8e51fbe8dc63856e18f30a0129b09b52083a
Add a #if ( configUSE_TIMERS ) conditional compilation constant in to allow the software timers source file to be included in a build that is not configured to use timers without resulting in linker errors.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1335 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/timers.c