git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1168 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
de2a86b441
commit
ff9c595c54
|
@ -438,6 +438,9 @@ static msg_t thread8(void *p) {
|
||||||
chThdYield();
|
chThdYield();
|
||||||
chThdYield();
|
chThdYield();
|
||||||
(*(uint32_t *)p) += 4;
|
(*(uint32_t *)p) += 4;
|
||||||
|
#if defined(WIN32)
|
||||||
|
ChkIntSources();
|
||||||
|
#endif
|
||||||
} while(!chThdShouldTerminate());
|
} while(!chThdShouldTerminate());
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue