mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 05:58:36 -04:00
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:
parent
d55e7e77a2
commit
b6e4854f26
4 changed files with 488 additions and 101 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue