]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MingW/main.c
Notes:
[freertos] / FreeRTOS / Demo / WIN32-MingW / main.c
index 85572f0aa6668818667441b8abc98ca74d0fea37..7de3f12069f2324ba78d56e9e739736a288b87b9 100644 (file)
@@ -116,9 +116,9 @@ 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\r
 multiple smaller heap regions - in which case heap_4.c would be the more\r
 appropriate choice. */\r
-#define mainREGION_1_SIZE      3001\r
+#define mainREGION_1_SIZE      7001\r
 #define mainREGION_2_SIZE      18105\r
-#define mainREGION_3_SIZE      1107\r
+#define mainREGION_3_SIZE      2807\r
 \r
 /*\r
  * main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.\r