mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Demo project only:
Add the new IntSem test/demo code into the MSVC demo project.
This commit is contained in:
parent
b6e4854f26
commit
4f03f7d1bb
5 changed files with 14 additions and 4 deletions
|
@ -143,6 +143,7 @@
|
|||
<ClCompile Include="..\Common\Minimal\flop.c" />
|
||||
<ClCompile Include="..\Common\Minimal\GenQTest.c" />
|
||||
<ClCompile Include="..\Common\Minimal\integer.c" />
|
||||
<ClCompile Include="..\Common\Minimal\IntSemTest.c" />
|
||||
<ClCompile Include="..\Common\Minimal\PollQ.c" />
|
||||
<ClCompile Include="..\Common\Minimal\QPeek.c" />
|
||||
<ClCompile Include="..\Common\Minimal\QueueOverwrite.c" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue