]> begriffs open source - freertos/commit
Add a #if ( configUSE_TIMERS ) conditional compilation constant in to allow the softw...
authorRichard Barry <ribarry@amazon.com>
Thu, 31 Mar 2011 14:09:21 +0000 (14:09 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 31 Mar 2011 14:09:21 +0000 (14:09 +0000)
commit8bd2d2f682ce1eed5e65b1e955fa391aafae1fd5
tree859224cc90cf8519ae2d80d7da5f6d6039a6c82a
parent876caa296760e76b031de5b6e0b3509f0767817b
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.
Source/timers.c