]> git.sur5r.net Git - freertos/commitdiff
Change PIC32 stack byte alignment from 4 to 8.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 10 Dec 2009 18:17:37 +0000 (18:17 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 10 Dec 2009 18:17:37 +0000 (18:17 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@942 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/MPLAB/PIC32MX/portmacro.h

index b157e3c3c3e8356aeab6e9b7592e31630732023c..e7730e354e23f4afaad470e428fe459e22c39f2c 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
 /*-----------------------------------------------------------*/\r
 \r
 /* Hardware specifics. */\r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portSTACK_GROWTH                       -1\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
 /*-----------------------------------------------------------*/\r