mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 03:02:36 -05:00
Added in the 'death' tasks to the MingW Win32 demo.
This commit is contained in:
parent
853250260c
commit
f3dbcaf725
2 changed files with 17 additions and 18 deletions
|
|
@ -43,6 +43,7 @@ IF EXIST FreeRTOS Goto END
|
|||
copy ..\Common\include\QPeek.h DemoTasks\include
|
||||
copy ..\Common\include\flop.h DemoTasks\include
|
||||
copy ..\Common\include\recmutex.h DemoTasks\include
|
||||
copy ..\Common\include\death.h DemoTasks\include
|
||||
copy ..\Common\Minimal\BlockQ.c DemoTasks
|
||||
copy ..\Common\Minimal\integer.c DemoTasks
|
||||
copy ..\Common\Minimal\semtest.c DemoTasks
|
||||
|
|
@ -50,5 +51,6 @@ IF EXIST FreeRTOS Goto END
|
|||
copy ..\Common\Minimal\GenQTest.c DemoTasks
|
||||
copy ..\Common\Minimal\QPeek.c DemoTasks
|
||||
copy ..\Common\Minimal\flop.c DemoTasks
|
||||
copy ..\Common\Minimal\death.c DemoTasks
|
||||
|
||||
: END
|
||||
Loading…
Add table
Add a link
Reference in a new issue