1
0
mirror of https://github.com/FreeRTOS/FreeRTOS.git synced 2025-07-12 15:10:59 +08:00

Correct portSTACK_GROWTH value.

This commit is contained in:
Richard Barry
2008-10-19 11:06:38 +00:00
parent a18e5c0bc5
commit f9e47722ce

@ -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 )
/*-----------------------------------------------------------*/