mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Greatly simplified the Win32 port by only allowing threads to run on a single CPU core.
This commit is contained in:
parent
6b9379ee87
commit
ba18beae47
3 changed files with 0 additions and 45 deletions
|
@ -93,9 +93,7 @@
|
|||
#include "queue.h"
|
||||
|
||||
/* Standard demo includes. */
|
||||
#include "partest.h"
|
||||
#include "BlockQ.h"
|
||||
#include "death.h"
|
||||
#include "integer.h"
|
||||
#include "semtest.h"
|
||||
#include "PollQ.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue