]> git.sur5r.net Git - freertos/commit
Added yet another type cast to the else if clause in xTaskCheckForTimeOut. This...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 23 Nov 2009 11:18:07 +0000 (11:18 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 23 Nov 2009 11:18:07 +0000 (11:18 +0000)
commit8a702d5c597bdfc8df5b2ec91278432b28597075
treee53cb6d751f5a847e800eb16da23f7393a2e543f
parent52c74db772bde03604d0d937b5f897c05f49dffd
Added yet another type cast to the else if clause in xTaskCheckForTimeOut.  This is to ensure it works correctly on ALL 16 bit compilers (hopefully).

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