]> git.sur5r.net Git - freertos/commitdiff
Correct portSTACK_GROWTH value.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Oct 2008 11:06:38 +0000 (11:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Oct 2008 11:06:38 +0000 (11:06 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@499 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/MPLAB/PIC32MX/portmacro.h

index 6f12cd8f72aa6150625a726a2c402a4bd2075f9a..f3d0a410680fb25e15c9a117ec1fb3248b1a64ec 100644 (file)
@@ -87,7 +87,7 @@ extern "C" {
 \r
 /* Hardware specifics. */\r
 #define portBYTE_ALIGNMENT                     4\r
-#define portSTACK_GROWTH                       -4\r
+#define portSTACK_GROWTH                       -1\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
 /*-----------------------------------------------------------*/\r
 \r