From: richardbarry Date: Thu, 10 Dec 2009 18:17:37 +0000 (+0000) Subject: Change PIC32 stack byte alignment from 4 to 8. X-Git-Tag: V6.0.3~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80837207a6f120aeca637111577b96c37f0876dd;p=freertos 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 --- 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 ) /*-----------------------------------------------------------*/