From 80837207a6f120aeca637111577b96c37f0876dd Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 10 Dec 2009 18:17:37 +0000 Subject: [PATCH] Change PIC32 stack byte alignment from 4 to 8. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@942 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 b157e3c3c..e7730e354 100644 --- a/Source/portable/MPLAB/PIC32MX/portmacro.h +++ b/Source/portable/MPLAB/PIC32MX/portmacro.h @@ -90,7 +90,7 @@ extern "C" { /*-----------------------------------------------------------*/ /* Hardware specifics. */ -#define portBYTE_ALIGNMENT 4 +#define portBYTE_ALIGNMENT 8 #define portSTACK_GROWTH -1 #define portTICK_RATE_MS ( ( portTickType ) 1000 / configTICK_RATE_HZ ) /*-----------------------------------------------------------*/ -- 2.39.2