From d1cf795219fe7cb88547e2e33a68268f9b1c8bfe Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 19 Oct 2008 11:06:38 +0000 Subject: [PATCH] Correct portSTACK_GROWTH value. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@499 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/MPLAB/PIC32MX/portmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h index 6f12cd8f7..f3d0a4106 100644 --- a/Source/portable/MPLAB/PIC32MX/portmacro.h +++ b/Source/portable/MPLAB/PIC32MX/portmacro.h @@ -87,7 +87,7 @@ extern "C" { /* Hardware specifics. */ #define portBYTE_ALIGNMENT 4 -#define portSTACK_GROWTH -4 +#define portSTACK_GROWTH -1 #define portTICK_RATE_MS ( ( portTickType ) 1000 / configTICK_RATE_HZ ) /*-----------------------------------------------------------*/ -- 2.39.2