Demo tasks only, with the aim of improving test coverage:

+ Split out the code that uses a mutex from an interrupt from GenQTest.c and add to new common demo task IntSemTest.c.
This commit is contained in:
Richard Barry 2014-09-11 12:06:27 +00:00
parent d55e7e77a2
commit b6e4854f26
4 changed files with 488 additions and 101 deletions

View file

@ -743,7 +743,7 @@ static TickType_t uxTick = ( TickType_t ) -1;
#else
#ifdef _WINDOWS_
/* Windows is not real real time. */
const TickType_t xMargin = 8;
const TickType_t xMargin = 10;
#else
const TickType_t xMargin = 4;
#endif /* _WINDOWS_ */