]> git.sur5r.net Git - freertos/blobdiff - Source/portable/MPLAB/PIC32MX/portmacro.h
Change PIC32 stack byte alignment from 4 to 8.
[freertos] / 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