mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -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
|
@ -112,7 +112,7 @@ that make up the total heap. This is only done to provide an example of heap_5
|
|||
being used as this demo could easily create one large heap region instead of
|
||||
multiple smaller heap regions - in which case heap_4.c would be the more
|
||||
appropriate choice. */
|
||||
#define mainREGION_1_SIZE 2001
|
||||
#define mainREGION_1_SIZE 3001
|
||||
#define mainREGION_2_SIZE 18005
|
||||
#define mainREGION_3_SIZE 1007
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue