git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1168 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-09-19 09:20:22 +00:00
parent de2a86b441
commit ff9c595c54
1 changed files with 3 additions and 0 deletions

View File

@ -438,6 +438,9 @@ static msg_t thread8(void *p) {
chThdYield();
chThdYield();
(*(uint32_t *)p) += 4;
#if defined(WIN32)
ChkIntSources();
#endif
} while(!chThdShouldTerminate());
return 0;
}